Class: Aws::QConnect::Types::SelfServiceConversationHistory
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SelfServiceConversationHistory
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
The conversation history data to included in conversation context data before the Amazon Q in Connect session.
Constant Summary collapse
- SENSITIVE =
[:input_transcript, :bot_response]
Instance Attribute Summary collapse
-
#bot_response ⇒ String
The bot response of the conversation history data.
-
#input_transcript ⇒ String
The input transcript of the conversation history data.
-
#timestamp ⇒ Time
The timestamp of the conversation history entry.
-
#turn_number ⇒ Integer
The number of turn of the conversation history data.
Instance Attribute Details
#bot_response ⇒ String
The bot response of the conversation history data.
10254 10255 10256 10257 10258 10259 10260 10261 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10254 class SelfServiceConversationHistory < Struct.new( :turn_number, :input_transcript, :bot_response, :timestamp) SENSITIVE = [:input_transcript, :bot_response] include Aws::Structure end |
#input_transcript ⇒ String
The input transcript of the conversation history data.
10254 10255 10256 10257 10258 10259 10260 10261 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10254 class SelfServiceConversationHistory < Struct.new( :turn_number, :input_transcript, :bot_response, :timestamp) SENSITIVE = [:input_transcript, :bot_response] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp of the conversation history entry.
10254 10255 10256 10257 10258 10259 10260 10261 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10254 class SelfServiceConversationHistory < Struct.new( :turn_number, :input_transcript, :bot_response, :timestamp) SENSITIVE = [:input_transcript, :bot_response] include Aws::Structure end |
#turn_number ⇒ Integer
The number of turn of the conversation history data.
10254 10255 10256 10257 10258 10259 10260 10261 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10254 class SelfServiceConversationHistory < Struct.new( :turn_number, :input_transcript, :bot_response, :timestamp) SENSITIVE = [:input_transcript, :bot_response] include Aws::Structure end |