Interface StartAssistantContactResponse.Builder

  • Method Details

    • contactId

      The identifier of the contact within the Connect Customer instance.

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

      StartAssistantContactResponse.Builder participantId(String participantId)

      The identifier of the chat participant. The participant identifier remains the same throughout the chat lifecycle.

      Parameters:
      participantId - The identifier of the chat participant. The participant identifier remains the same throughout the chat lifecycle.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • participantToken

      StartAssistantContactResponse.Builder participantToken(String participantToken)

      The token that the chat participant uses to call the CreateParticipantConnection API. The token remains valid for the lifetime of the chat participant.

      Parameters:
      participantToken - The token that the chat participant uses to call the CreateParticipantConnection API. The token remains valid for the lifetime of the chat participant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • continuedFromContactId

      StartAssistantContactResponse.Builder continuedFromContactId(String continuedFromContactId)

      For a persistent chat, the identifier of the contact from which the chat continues. Amazon Connect returns this field only for persistent chats.

      Parameters:
      continuedFromContactId - For a persistent chat, the identifier of the contact from which the chat continues. Amazon Connect returns this field only for persistent chats.
      Returns:
      Returns a reference to this object so that method calls can be chained together.