aws.wisdom.list_quick_responses
Example SQL Queries
SELECT * FROMaws.wisdom.list_quick_responsesWHERE"knowledge_base_id" = 'VALUE';Description
Lists information about quick response.
Table Definition
| Column Name | Column Data Type |
|---|---|
| knowledge_base_id Required Input Column The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it. | 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 |
| channels The Amazon Connect contact channels this quick response applies to. The supported contact channel types include Chat. | VARCHAR[] |
Show child fields
| |
| content_type The media type of the quick response content.
| VARCHAR |
| created_time The timestamp when the quick response was created. | TIMESTAMP_S |
| description The description of the quick response. | VARCHAR |
| is_active Whether the quick response is active. | BOOLEAN |
| knowledge_base_arn The Amazon Resource Name (ARN) of the knowledge base. | VARCHAR |
| last_modified_by The Amazon Resource Name (ARN) of the user who last updated the quick response data. | VARCHAR |
| last_modified_time The timestamp when the quick response summary was last modified. | TIMESTAMP_S |
| name The name of the quick response. | VARCHAR |
| quick_response_arn The Amazon Resource Name (ARN) of the quick response. | VARCHAR |
| quick_response_id The identifier of the quick response. | VARCHAR |
| status The resource status of the quick response. | VARCHAR |
| tags The tags used to organize, track, or control access for this resource. | MAP(VARCHAR, VARCHAR) |