Interface CollaboratorConfiguration.Builder

  • Method Details

    • agentAliasArn

      CollaboratorConfiguration.Builder agentAliasArn(String agentAliasArn)

      The Amazon Resource Name (ARN) of the inline collaborator agent.

      Parameters:
      agentAliasArn - The Amazon Resource Name (ARN) of the inline collaborator agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • collaboratorInstruction

      CollaboratorConfiguration.Builder collaboratorInstruction(String collaboratorInstruction)

      Instructions that tell the inline collaborator agent what it should do and how it should interact with users.

      Parameters:
      collaboratorInstruction - Instructions that tell the inline collaborator agent what it should do and how it should interact with users.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • collaboratorName

      CollaboratorConfiguration.Builder collaboratorName(String collaboratorName)

      Name of the inline collaborator agent which must be the same name as specified for agentName.

      Parameters:
      collaboratorName - Name of the inline collaborator agent which must be the same name as specified for agentName.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • relayConversationHistory

      CollaboratorConfiguration.Builder relayConversationHistory(String relayConversationHistory)

      A relay conversation history for the inline collaborator agent.

      Parameters:
      relayConversationHistory - A relay conversation history for the inline collaborator agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • relayConversationHistory

      CollaboratorConfiguration.Builder relayConversationHistory(RelayConversationHistory relayConversationHistory)

      A relay conversation history for the inline collaborator agent.

      Parameters:
      relayConversationHistory - A relay conversation history for the inline collaborator agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: