Interface AgentTarget.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgentTarget.Builder,,AgentTarget> SdkBuilder<AgentTarget.Builder,,AgentTarget> SdkPojo
- Enclosing class:
AgentTarget
@Mutable
@NotThreadSafe
public static interface AgentTarget.Builder
extends SdkPojo, CopyableBuilder<AgentTarget.Builder,AgentTarget>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of an Amazon Connect AI Agent to use as the collaborator agent.applicationId(String applicationId) The identifier of a third-party agent to use as the collaborator agent.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
aiAgentId
The identifier of an Amazon Connect AI Agent to use as the collaborator agent.
- Parameters:
aiAgentId- The identifier of an Amazon Connect AI Agent to use as the collaborator agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationId
The identifier of a third-party agent to use as the collaborator agent.
- Parameters:
applicationId- The identifier of a third-party agent to use as the collaborator agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-