Class: Aws::QBusiness::Types::MetadataEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::MetadataEvent
- Defined in:
- gems/aws-sdk-qbusiness/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.
4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4828 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
4828 4829 4830 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4828 def event_type @event_type end |
#final_text_message ⇒ String
The final text output message generated by the system.
4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4828 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.
4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4828 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.
4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4828 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.
4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4828 class MetadataEvent < Struct.new( :conversation_id, :user_message_id, :system_message_id, :source_attributions, :final_text_message, :event_type) SENSITIVE = [] include Aws::Structure end |