Class: Aws::QBusiness::Types::MetadataEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::MetadataEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
A metadata event for a AI-generated text output message in a Amazon Q Business conversation, containing associated metadata generated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conversation_id ⇒ String
The identifier of the conversation with which the generated metadata is associated.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#final_text_message ⇒ String
The final text output message generated by the system.
-
#source_attributions ⇒ Array<Types::SourceAttribution>
The source documents used to generate the conversation response.
-
#system_message_id ⇒ String
The identifier of an Amazon Q Business AI generated message within the conversation.
-
#user_message_id ⇒ String
The identifier of an Amazon Q Business end user text input message within the conversation.
Instance Attribute Details
#conversation_id ⇒ String
The identifier of the conversation with which the generated metadata is associated.
5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5850 class MetadataEvent < Struct.new( :conversation_id, :user_message_id, :system_message_id, :source_attributions, :final_text_message, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
5850 5851 5852 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5850 def event_type @event_type end |
#final_text_message ⇒ String
The final text output message generated by the system.
5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5850 class MetadataEvent < Struct.new( :conversation_id, :user_message_id, :system_message_id, :source_attributions, :final_text_message, :event_type) SENSITIVE = [] include Aws::Structure end |
#source_attributions ⇒ Array<Types::SourceAttribution>
The source documents used to generate the conversation response.
5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5850 class MetadataEvent < Struct.new( :conversation_id, :user_message_id, :system_message_id, :source_attributions, :final_text_message, :event_type) SENSITIVE = [] include Aws::Structure end |
#system_message_id ⇒ String
The identifier of an Amazon Q Business AI generated message within the conversation.
5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5850 class MetadataEvent < Struct.new( :conversation_id, :user_message_id, :system_message_id, :source_attributions, :final_text_message, :event_type) SENSITIVE = [] include Aws::Structure end |
#user_message_id ⇒ String
The identifier of an Amazon Q Business end user text input message within the conversation.
5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5850 class MetadataEvent < Struct.new( :conversation_id, :user_message_id, :system_message_id, :source_attributions, :final_text_message, :event_type) SENSITIVE = [] include Aws::Structure end |