You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Connect::Types::StartChatContactResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

The identifier of this contact within the Amazon Connect instance.

Returns:

  • (String)

    The identifier of this contact within the Amazon Connect instance.

#participant_idString

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

Returns:

  • (String)

    The identifier for a chat participant.

#participant_tokenString

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

Returns:

  • (String)

    The token used by the chat participant to call [CreateParticipantConnection][1].