Interface ChatParticipantConnection.Builder

  • Method Details

    • initialContactId

      ChatParticipantConnection.Builder initialContactId(String initialContactId)

      The identifier of the contact in this instance of Amazon Connect

      Parameters:
      initialContactId - The identifier of the contact in this instance of Amazon Connect
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • participantId

      ChatParticipantConnection.Builder participantId(String participantId)

      The identifier for a chat participant

      Parameters:
      participantId - The identifier for a chat participant
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • participantToken

      ChatParticipantConnection.Builder participantToken(String participantToken)

      The token used by the chat participant to call CreateParticipantConnection

      Parameters:
      participantToken - The token used by the chat participant to call CreateParticipantConnection
      Returns:
      Returns a reference to this object so that method calls can be chained together.