Class: Aws::QConnect::Types::GetNextMessageResponse

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

#chunked_response_terminatedBoolean

Indicates whether the chunked response has been terminated.

Returns:

  • (Boolean)


5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
# File 'lib/aws-sdk-qconnect/types.rb', line 5225

class GetNextMessageResponse < Struct.new(
  :type,
  :response,
  :request_message_id,
  :conversation_state,
  :next_message_token,
  :conversation_session_data,
  :chunked_response_terminated)
  SENSITIVE = []
  include Aws::Structure
end

#conversation_session_dataArray<Types::RuntimeSessionData>

The conversation data stored on an Amazon Q in Connect Session.

Returns:



5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
# File 'lib/aws-sdk-qconnect/types.rb', line 5225

class GetNextMessageResponse < Struct.new(
  :type,
  :response,
  :request_message_id,
  :conversation_state,
  :next_message_token,
  :conversation_session_data,
  :chunked_response_terminated)
  SENSITIVE = []
  include Aws::Structure
end

#conversation_stateTypes::ConversationState

The state of current conversation.



5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
# File 'lib/aws-sdk-qconnect/types.rb', line 5225

class GetNextMessageResponse < Struct.new(
  :type,
  :response,
  :request_message_id,
  :conversation_state,
  :next_message_token,
  :conversation_session_data,
  :chunked_response_terminated)
  SENSITIVE = []
  include Aws::Structure
end

#next_message_tokenString

The token for the next message.

Returns:

  • (String)


5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
# File 'lib/aws-sdk-qconnect/types.rb', line 5225

class GetNextMessageResponse < Struct.new(
  :type,
  :response,
  :request_message_id,
  :conversation_state,
  :next_message_token,
  :conversation_session_data,
  :chunked_response_terminated)
  SENSITIVE = []
  include Aws::Structure
end

#request_message_idString

The identifier of the submitted message.

Returns:

  • (String)


5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
# File 'lib/aws-sdk-qconnect/types.rb', line 5225

class GetNextMessageResponse < Struct.new(
  :type,
  :response,
  :request_message_id,
  :conversation_state,
  :next_message_token,
  :conversation_session_data,
  :chunked_response_terminated)
  SENSITIVE = []
  include Aws::Structure
end

#responseTypes::MessageOutput

The message response to the requested message.



5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
# File 'lib/aws-sdk-qconnect/types.rb', line 5225

class GetNextMessageResponse < Struct.new(
  :type,
  :response,
  :request_message_id,
  :conversation_state,
  :next_message_token,
  :conversation_session_data,
  :chunked_response_terminated)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of message response.

Returns:

  • (String)


5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
# File 'lib/aws-sdk-qconnect/types.rb', line 5225

class GetNextMessageResponse < Struct.new(
  :type,
  :response,
  :request_message_id,
  :conversation_state,
  :next_message_token,
  :conversation_session_data,
  :chunked_response_terminated)
  SENSITIVE = []
  include Aws::Structure
end