aws.wisdom.query_assistant
Example SQL Queries
SELECT * FROMaws.wisdom.query_assistantWHERE"assistant_id" = 'VALUE'AND "query_text" = 'VALUE';Description
Performs a manual search against the specified assistant. To retrieve recommendations for an assistant, use GetRecommendations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| assistant_id Required Input Column The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN. | VARCHAR |
| query_text Required Input Column The text to search for. | 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 |
| document The document. | STRUCT( |
Show child fields
| |
| relevance_score The relevance score of the results. | DOUBLE |
| result_id The identifier of the result data. | VARCHAR |