Class StartChatContactResponse

    • Method Detail

      • contactId

        public final String contactId()

        The identifier of this contact within the Amazon Connect instance.

        Returns:
        The identifier of this contact within the Amazon Connect instance.
      • participantId

        public final String participantId()

        The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.

        Returns:
        The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
      • participantToken

        public final String participantToken()

        The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.

        Returns:
        The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
      • continuedFromContactId

        public final String continuedFromContactId()

        The contactId from which a persistent chat session is started. This field is populated only for persistent chats.

        Returns:
        The contactId from which a persistent chat session is started. This field is populated only for persistent chats.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object