Method: Aws::QBusiness::Types::TextOutputEvent#system_message_type
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
#system_message_type ⇒ String
The type of AI-generated message in a ‘TextOutputEvent`. Amazon Q Business currently supports two types of messages:
-
‘RESPONSE` - The Amazon Q Business system response.
-
‘GROUNDED_RESPONSE` - The corrected, hallucination-reduced, response returned by Amazon Q Business. Available only if hallucination reduction is supported and configured for the application and detected in the end user chat query by Amazon Q Business.
8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 8547 class TextOutputEvent < Struct.new( :system_message_type, :conversation_id, :user_message_id, :system_message_id, :system_message, :event_type) SENSITIVE = [] include Aws::Structure end |