MetadataEvent¶
Structure Class¶
MetadataEvent
dataclass
¶
A metadata event for a AI-generated text output message in a Amazon Q Business conversation, containing associated metadata generated.
Attributes¶
conversation_id
class-attribute
instance-attribute
¶
conversation_id: str | None = None
The identifier of the conversation with which the generated metadata is associated.
final_text_message
class-attribute
instance-attribute
¶
final_text_message: str | None = None
The final text output message generated by the system.
source_attributions
class-attribute
instance-attribute
¶
source_attributions: list[SourceAttribution | None] | None = None
The source documents used to generate the conversation response.