v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1471501483.8 KB

Search for associated transcripts that meet the specified criteria.

post/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/associatedtranscripts

Path parameters

botIdstring required

The unique identifier of the bot associated with the transcripts that you are searching.

botVersionstring required

The version of the bot containing the transcripts that you are searching.

localeIdstring required

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 <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported languages</a>

botRecommendationIdstring required

The unique identifier of the bot recommendation associated with the transcripts to search.

Request body

searchOrder'Ascending' | 'Descending'

How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.

maxResultsinteger

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.

nextIndexinteger

If the response from the SearchAssociatedTranscriptsRequest operation contains more results than specified in the maxResults parameter, an index is returned in the response. Use that index in the nextIndex parameter to return the next page of results.

Response

Success

botIdstring

The unique identifier of the bot associated with the transcripts that you are searching.

botVersionstring

The version of the bot containing the transcripts that you are searching.

localeIdstring

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 <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported languages</a>

botRecommendationIdstring

The unique identifier of the bot recommendation associated with the transcripts to search.

nextIndexinteger

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.

totalResultsinteger

The total number of transcripts returned by the search.