aws.lexv2_models.search_associated_transcripts
Example SQL Queries
SELECT * FROMaws.lexv2_models.search_associated_transcriptsWHERE"bot_id" = 'VALUE'AND "bot_version" = 'VALUE'AND "locale_id" = 'VALUE'AND "bot_recommendation_id" = 'VALUE'AND "filters" = 'VALUE';Description
Search for associated transcripts that meet the specified criteria.
Table Definition
| Column Name | Column Data Type |
|---|---|
| bot_id Required Input Column The unique identifier of the bot associated with the transcripts that you are searching. | VARCHAR |
| bot_recommendation_id Required Input Column The unique identifier of the bot recommendation associated with the transcripts to search. | VARCHAR |
| bot_version Required Input Column The version of the bot containing the transcripts that you are searching. | VARCHAR |
| filters Required Input Column A list of filter objects. | STRUCT( |
Show child fields
| |
| locale_id Required Input Column The identifier of the language and locale of the transcripts to search. The string must match one of the supported locales. For more information, see Supported languages | VARCHAR |
| max_results Input Column The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned. | BIGINT |
| next_index Input Column A index that indicates whether there are more results to return in a response to the SearchAssociatedTranscripts operation. If the nextIndex field is present, you send the contents as the nextIndex parameter of a SearchAssociatedTranscriptsRequest operation to get the next page of results. | BIGINT |
| search_order Input Column How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending. | 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
| |
| associated_transcripts The object that contains the associated transcript that meet the criteria you specified. | STRUCT( |
Show child fields
| |
| total_results The total number of transcripts returned by the search. | BIGINT |