aws.qconnect.get_quick_response
Example SQL Queries
SELECT * FROMaws.qconnect.get_quick_responseWHERE"knowledge_base_id" = 'VALUE'AND "quick_response_id" = 'VALUE';Description
Retrieves the quick response.
Table Definition
| Column Name | Column Data Type |
|---|---|
| knowledge_base_id Required Input Column The identifier of the knowledge base. This should be a QUICK_RESPONSES type knowledge base. | VARCHAR |
| quick_response_id Required Input Column The identifier of the quick response. | 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
| |
| quick_response The quick response. | STRUCT( |
Show child fields
| |