| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<SearchAssociatedTranscriptsResult> |
AbstractAmazonLexModelsV2Async.searchAssociatedTranscriptsAsync(SearchAssociatedTranscriptsRequest request,
AsyncHandler<SearchAssociatedTranscriptsRequest,SearchAssociatedTranscriptsResult> asyncHandler) |
Future<SearchAssociatedTranscriptsResult> |
AmazonLexModelsV2AsyncClient.searchAssociatedTranscriptsAsync(SearchAssociatedTranscriptsRequest request,
AsyncHandler<SearchAssociatedTranscriptsRequest,SearchAssociatedTranscriptsResult> asyncHandler) |
Future<SearchAssociatedTranscriptsResult> |
AmazonLexModelsV2Async.searchAssociatedTranscriptsAsync(SearchAssociatedTranscriptsRequest searchAssociatedTranscriptsRequest,
AsyncHandler<SearchAssociatedTranscriptsRequest,SearchAssociatedTranscriptsResult> asyncHandler)
Search for associated transcripts that meet the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
SearchAssociatedTranscriptsRequest |
SearchAssociatedTranscriptsRequest.clone() |
SearchAssociatedTranscriptsRequest |
SearchAssociatedTranscriptsRequest.withBotId(String botId)
The unique identifier of the bot associated with the transcripts that you are searching.
|
SearchAssociatedTranscriptsRequest |
SearchAssociatedTranscriptsRequest.withBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation associated with the transcripts to search.
|
SearchAssociatedTranscriptsRequest |
SearchAssociatedTranscriptsRequest.withBotVersion(String botVersion)
The version of the bot containing the transcripts that you are searching.
|
SearchAssociatedTranscriptsRequest |
SearchAssociatedTranscriptsRequest.withFilters(AssociatedTranscriptFilter... filters)
A list of filter objects.
|
SearchAssociatedTranscriptsRequest |
SearchAssociatedTranscriptsRequest.withFilters(Collection<AssociatedTranscriptFilter> filters)
A list of filter objects.
|
SearchAssociatedTranscriptsRequest |
SearchAssociatedTranscriptsRequest.withLocaleId(String localeId)
The identifier of the language and locale of the transcripts to search.
|
SearchAssociatedTranscriptsRequest |
SearchAssociatedTranscriptsRequest.withMaxResults(Integer maxResults)
The maximum number of bot recommendations to return in each page of results.
|
SearchAssociatedTranscriptsRequest |
SearchAssociatedTranscriptsRequest.withNextIndex(Integer nextIndex)
If the response from the SearchAssociatedTranscriptsRequest operation contains more results than specified in the
maxResults parameter, an index is returned in the response.
|
SearchAssociatedTranscriptsRequest |
SearchAssociatedTranscriptsRequest.withSearchOrder(SearchOrder searchOrder)
How SearchResults are ordered.
|
SearchAssociatedTranscriptsRequest |
SearchAssociatedTranscriptsRequest.withSearchOrder(String searchOrder)
How SearchResults are ordered.
|
Copyright © 2023. All rights reserved.