public static interface SearchAssociatedTranscriptsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<SearchAssociatedTranscriptsRequest.Builder,SearchAssociatedTranscriptsRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchAssociatedTranscriptsRequest.Builder |
botId(String botId)
The unique identifier of the bot associated with the transcripts that you are searching.
|
SearchAssociatedTranscriptsRequest.Builder |
botRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation associated with the transcripts to search.
|
SearchAssociatedTranscriptsRequest.Builder |
botVersion(String botVersion)
The version of the bot containing the transcripts that you are searching.
|
SearchAssociatedTranscriptsRequest.Builder |
filters(AssociatedTranscriptFilter... filters)
A list of filter objects.
|
SearchAssociatedTranscriptsRequest.Builder |
filters(Collection<AssociatedTranscriptFilter> filters)
A list of filter objects.
|
SearchAssociatedTranscriptsRequest.Builder |
filters(Consumer<AssociatedTranscriptFilter.Builder>... filters)
A list of filter objects.
|
SearchAssociatedTranscriptsRequest.Builder |
localeId(String localeId)
The identifier of the language and locale of the transcripts to search.
|
SearchAssociatedTranscriptsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of bot recommendations to return in each page of results.
|
SearchAssociatedTranscriptsRequest.Builder |
nextIndex(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.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchAssociatedTranscriptsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SearchAssociatedTranscriptsRequest.Builder |
searchOrder(SearchOrder searchOrder)
How SearchResults are ordered.
|
SearchAssociatedTranscriptsRequest.Builder |
searchOrder(String searchOrder)
How SearchResults are ordered.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchAssociatedTranscriptsRequest.Builder botId(String botId)
The unique identifier of the bot associated with the transcripts that you are searching.
botId - The unique identifier of the bot associated with the transcripts that you are searching.SearchAssociatedTranscriptsRequest.Builder botVersion(String botVersion)
The version of the bot containing the transcripts that you are searching.
botVersion - The version of the bot containing the transcripts that you are searching.SearchAssociatedTranscriptsRequest.Builder localeId(String localeId)
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
localeId - 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 languagesSearchAssociatedTranscriptsRequest.Builder botRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation associated with the transcripts to search.
botRecommendationId - The unique identifier of the bot recommendation associated with the transcripts to search.SearchAssociatedTranscriptsRequest.Builder searchOrder(String searchOrder)
How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.
searchOrder - How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.SearchOrder,
SearchOrderSearchAssociatedTranscriptsRequest.Builder searchOrder(SearchOrder searchOrder)
How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.
searchOrder - How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.SearchOrder,
SearchOrderSearchAssociatedTranscriptsRequest.Builder filters(Collection<AssociatedTranscriptFilter> filters)
A list of filter objects.
filters - A list of filter objects.SearchAssociatedTranscriptsRequest.Builder filters(AssociatedTranscriptFilter... filters)
A list of filter objects.
filters - A list of filter objects.SearchAssociatedTranscriptsRequest.Builder filters(Consumer<AssociatedTranscriptFilter.Builder>... filters)
A list of filter objects.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) SearchAssociatedTranscriptsRequest.Builder maxResults(Integer maxResults)
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.
maxResults - 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.SearchAssociatedTranscriptsRequest.Builder nextIndex(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. Use that index in the nextIndex parameter to return the next page of results.
nextIndex - 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.SearchAssociatedTranscriptsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchAssociatedTranscriptsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.