public static interface SearchAssociatedTranscriptsResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<SearchAssociatedTranscriptsResponse.Builder,SearchAssociatedTranscriptsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchAssociatedTranscriptsResponse.Builder |
associatedTranscripts(AssociatedTranscript... associatedTranscripts)
The object that contains the associated transcript that meet the criteria you specified.
|
SearchAssociatedTranscriptsResponse.Builder |
associatedTranscripts(Collection<AssociatedTranscript> associatedTranscripts)
The object that contains the associated transcript that meet the criteria you specified.
|
SearchAssociatedTranscriptsResponse.Builder |
associatedTranscripts(Consumer<AssociatedTranscript.Builder>... associatedTranscripts)
The object that contains the associated transcript that meet the criteria you specified.
|
SearchAssociatedTranscriptsResponse.Builder |
botId(String botId)
The unique identifier of the bot associated with the transcripts that you are searching.
|
SearchAssociatedTranscriptsResponse.Builder |
botRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation associated with the transcripts to search.
|
SearchAssociatedTranscriptsResponse.Builder |
botVersion(String botVersion)
The version of the bot containing the transcripts that you are searching.
|
SearchAssociatedTranscriptsResponse.Builder |
localeId(String localeId)
The identifier of the language and locale of the transcripts to search.
|
SearchAssociatedTranscriptsResponse.Builder |
nextIndex(Integer nextIndex)
A index that indicates whether there are more results to return in a response to the
SearchAssociatedTranscripts operation.
|
SearchAssociatedTranscriptsResponse.Builder |
totalResults(Integer totalResults)
The total number of transcripts returned by the search.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchAssociatedTranscriptsResponse.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.SearchAssociatedTranscriptsResponse.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.SearchAssociatedTranscriptsResponse.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 languagesSearchAssociatedTranscriptsResponse.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.SearchAssociatedTranscriptsResponse.Builder nextIndex(Integer nextIndex)
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.
nextIndex - 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.SearchAssociatedTranscriptsResponse.Builder associatedTranscripts(Collection<AssociatedTranscript> associatedTranscripts)
The object that contains the associated transcript that meet the criteria you specified.
associatedTranscripts - The object that contains the associated transcript that meet the criteria you specified.SearchAssociatedTranscriptsResponse.Builder associatedTranscripts(AssociatedTranscript... associatedTranscripts)
The object that contains the associated transcript that meet the criteria you specified.
associatedTranscripts - The object that contains the associated transcript that meet the criteria you specified.SearchAssociatedTranscriptsResponse.Builder associatedTranscripts(Consumer<AssociatedTranscript.Builder>... associatedTranscripts)
The object that contains the associated transcript that meet the criteria you specified.
This is a convenience method 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 #associatedTranscripts(List) .associatedTranscripts - a consumer that will call methods on List.Builder #associatedTranscripts(List) SearchAssociatedTranscriptsResponse.Builder totalResults(Integer totalResults)
The total number of transcripts returned by the search.
totalResults - The total number of transcripts returned by the search.Copyright © 2022. All rights reserved.