Class: Aws::QBusiness::Types::TextOutputEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::TextOutputEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
An output event for an AI-generated response in an Amazon Q Business web experience.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conversation_id ⇒ String
The identifier of the conversation with which the text output event is associated.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#system_message ⇒ String
An AI-generated message in a ‘TextOutputEvent`.
-
#system_message_id ⇒ String
The identifier of an AI-generated message in a ‘TextOutputEvent`.
-
#user_message_id ⇒ String
The identifier of an end user message in a ‘TextOutputEvent`.
Instance Attribute Details
#conversation_id ⇒ String
The identifier of the conversation with which the text output event is associated.
7034 7035 7036 7037 7038 7039 7040 7041 7042 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7034 class TextOutputEvent < Struct.new( :conversation_id, :user_message_id, :system_message_id, :system_message, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
7034 7035 7036 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7034 def event_type @event_type end |
#system_message ⇒ String
An AI-generated message in a ‘TextOutputEvent`.
7034 7035 7036 7037 7038 7039 7040 7041 7042 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7034 class TextOutputEvent < Struct.new( :conversation_id, :user_message_id, :system_message_id, :system_message, :event_type) SENSITIVE = [] include Aws::Structure end |
#system_message_id ⇒ String
The identifier of an AI-generated message in a ‘TextOutputEvent`.
7034 7035 7036 7037 7038 7039 7040 7041 7042 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7034 class TextOutputEvent < Struct.new( :conversation_id, :user_message_id, :system_message_id, :system_message, :event_type) SENSITIVE = [] include Aws::Structure end |
#user_message_id ⇒ String
The identifier of an end user message in a ‘TextOutputEvent`.
7034 7035 7036 7037 7038 7039 7040 7041 7042 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7034 class TextOutputEvent < Struct.new( :conversation_id, :user_message_id, :system_message_id, :system_message, :event_type) SENSITIVE = [] include Aws::Structure end |