Class: Aws::QConnect::Types::GetNextMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetNextMessageResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conversation_session_data ⇒ Array<Types::RuntimeSessionData>
The conversation data stored on an Amazon Q in Connect Session.
-
#conversation_state ⇒ Types::ConversationState
The state of current conversation.
-
#next_message_token ⇒ String
The token for the next message.
-
#request_message_id ⇒ String
The identifier of the submitted message.
-
#response ⇒ Types::MessageOutput
The message response to the requested message.
-
#type ⇒ String
The type of message response.
Instance Attribute Details
#conversation_session_data ⇒ Array<Types::RuntimeSessionData>
The conversation data stored on an Amazon Q in Connect Session.
4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4589 class GetNextMessageResponse < Struct.new( :conversation_session_data, :conversation_state, :next_message_token, :request_message_id, :response, :type) SENSITIVE = [] include Aws::Structure end |
#conversation_state ⇒ Types::ConversationState
The state of current conversation.
4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4589 class GetNextMessageResponse < Struct.new( :conversation_session_data, :conversation_state, :next_message_token, :request_message_id, :response, :type) SENSITIVE = [] include Aws::Structure end |
#next_message_token ⇒ String
The token for the next message.
4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4589 class GetNextMessageResponse < Struct.new( :conversation_session_data, :conversation_state, :next_message_token, :request_message_id, :response, :type) SENSITIVE = [] include Aws::Structure end |
#request_message_id ⇒ String
The identifier of the submitted message.
4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4589 class GetNextMessageResponse < Struct.new( :conversation_session_data, :conversation_state, :next_message_token, :request_message_id, :response, :type) SENSITIVE = [] include Aws::Structure end |
#response ⇒ Types::MessageOutput
The message response to the requested message.
4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4589 class GetNextMessageResponse < Struct.new( :conversation_session_data, :conversation_state, :next_message_token, :request_message_id, :response, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of message response.
4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4589 class GetNextMessageResponse < Struct.new( :conversation_session_data, :conversation_state, :next_message_token, :request_message_id, :response, :type) SENSITIVE = [] include Aws::Structure end |