aws.qbusiness.list_conversations
Example SQL Queries
SELECT * FROMaws.qbusiness.list_conversationsWHERE"application_id" = 'VALUE';Description
Lists one or more Amazon Q Business conversations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The identifier of the Amazon Q Business application. | VARCHAR |
| user_id Input Column The identifier of the user involved in the Amazon Q Business web experience conversation. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| conversation_id The identifier of the Amazon Q Business conversation. | VARCHAR |
| start_time The start time of the conversation. | TIMESTAMP_S |
| title The title of the conversation. | VARCHAR |