| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SearchAssociatedTranscriptsResult |
AmazonLexModelsV2Client.searchAssociatedTranscripts(SearchAssociatedTranscriptsRequest request)
Search for associated transcripts that meet the specified criteria.
|
SearchAssociatedTranscriptsResult |
AbstractAmazonLexModelsV2.searchAssociatedTranscripts(SearchAssociatedTranscriptsRequest request) |
SearchAssociatedTranscriptsResult |
AmazonLexModelsV2.searchAssociatedTranscripts(SearchAssociatedTranscriptsRequest searchAssociatedTranscriptsRequest)
Search for associated transcripts that meet the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchAssociatedTranscriptsResult> |
AbstractAmazonLexModelsV2Async.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.
|
Future<SearchAssociatedTranscriptsResult> |
AmazonLexModelsV2AsyncClient.searchAssociatedTranscriptsAsync(SearchAssociatedTranscriptsRequest request,
AsyncHandler<SearchAssociatedTranscriptsRequest,SearchAssociatedTranscriptsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchAssociatedTranscriptsResult |
SearchAssociatedTranscriptsResult.clone() |
SearchAssociatedTranscriptsResult |
SearchAssociatedTranscriptsResult.withAssociatedTranscripts(AssociatedTranscript... associatedTranscripts)
The object that contains the associated transcript that meet the criteria you specified.
|
SearchAssociatedTranscriptsResult |
SearchAssociatedTranscriptsResult.withAssociatedTranscripts(Collection<AssociatedTranscript> associatedTranscripts)
The object that contains the associated transcript that meet the criteria you specified.
|
SearchAssociatedTranscriptsResult |
SearchAssociatedTranscriptsResult.withBotId(String botId)
The unique identifier of the bot associated with the transcripts that you are searching.
|
SearchAssociatedTranscriptsResult |
SearchAssociatedTranscriptsResult.withBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation associated with the transcripts to search.
|
SearchAssociatedTranscriptsResult |
SearchAssociatedTranscriptsResult.withBotVersion(String botVersion)
The version of the bot containing the transcripts that you are searching.
|
SearchAssociatedTranscriptsResult |
SearchAssociatedTranscriptsResult.withLocaleId(String localeId)
The identifier of the language and locale of the transcripts to search.
|
SearchAssociatedTranscriptsResult |
SearchAssociatedTranscriptsResult.withNextIndex(Integer nextIndex)
A index that indicates whether there are more results to return in a response to the SearchAssociatedTranscripts
operation.
|
SearchAssociatedTranscriptsResult |
SearchAssociatedTranscriptsResult.withTotalResults(Integer totalResults)
The total number of transcripts returned by the search.
|
Copyright © 2022. All rights reserved.