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



10388
10389
10390
10391
10392
10393
10394
# File 'lib/aws-sdk-qconnect/types.rb', line 10388

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)


10388
10389
10390
10391
10392
10393
10394
# File 'lib/aws-sdk-qconnect/types.rb', line 10388

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)


10388
10389
10390
10391
10392
10393
10394
# File 'lib/aws-sdk-qconnect/types.rb', line 10388

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