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



10501
10502
10503
10504
10505
10506
10507
# File 'lib/aws-sdk-qconnect/types.rb', line 10501

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)


10501
10502
10503
10504
10505
10506
10507
# File 'lib/aws-sdk-qconnect/types.rb', line 10501

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)


10501
10502
10503
10504
10505
10506
10507
# File 'lib/aws-sdk-qconnect/types.rb', line 10501

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