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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_message_tokenString

The token for the next message, used by GetNextMessage.

Returns:

  • (String)


8809
8810
8811
8812
8813
8814
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8809

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

#request_message_idString

The identifier of the submitted message.

Returns:

  • (String)


8809
8810
8811
8812
8813
8814
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8809

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