Class: Aws::Connect::Types::CreateParticipantResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#participant_credentialsTypes::ParticipantTokenCredentials

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



2977
2978
2979
2980
2981
2982
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2977

class CreateParticipantResponse < Struct.new(
  :participant_credentials,
  :participant_id)
  SENSITIVE = []
  include Aws::Structure
end

#participant_idString

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

Returns:

  • (String)


2977
2978
2979
2980
2981
2982
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2977

class CreateParticipantResponse < Struct.new(
  :participant_credentials,
  :participant_id)
  SENSITIVE = []
  include Aws::Structure
end