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

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

#chunked_response_terminatedBoolean

Indicates whether the chunked response has been terminated.

Returns:

  • (Boolean)


5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5285

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:



5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5285

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.



5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5285

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)


5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5285

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)


5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5285

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.



5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5285

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)


5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5285

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