Class: Aws::QConnect::Types::SendMessageResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::MessageConfiguration



10375
10376
10377
10378
10379
10380
10381
# File 'lib/aws-sdk-qconnect/types.rb', line 10375

class SendMessageResponse < Struct.new(
  :request_message_id,
  :configuration,
  :next_message_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_message_tokenString

The token for the next message, used by GetNextMessage.

Returns:

  • (String)


10375
10376
10377
10378
10379
10380
10381
# File 'lib/aws-sdk-qconnect/types.rb', line 10375

class SendMessageResponse < Struct.new(
  :request_message_id,
  :configuration,
  :next_message_token)
  SENSITIVE = []
  include Aws::Structure
end

#request_message_idString

The identifier of the submitted message.

Returns:

  • (String)


10375
10376
10377
10378
10379
10380
10381
# File 'lib/aws-sdk-qconnect/types.rb', line 10375

class SendMessageResponse < Struct.new(
  :request_message_id,
  :configuration,
  :next_message_token)
  SENSITIVE = []
  include Aws::Structure
end