SearchAssociatedTranscriptsResponse.Builder |
SearchAssociatedTranscriptsResponse.Builder.associatedTranscripts(Collection<AssociatedTranscript> associatedTranscripts) |
The object that contains the associated transcript that meet the criteria you specified.
|
SearchAssociatedTranscriptsResponse.Builder |
SearchAssociatedTranscriptsResponse.Builder.associatedTranscripts(Consumer<AssociatedTranscript.Builder>... associatedTranscripts) |
The object that contains the associated transcript that meet the criteria you specified.
|
SearchAssociatedTranscriptsResponse.Builder |
SearchAssociatedTranscriptsResponse.Builder.associatedTranscripts(AssociatedTranscript... associatedTranscripts) |
The object that contains the associated transcript that meet the criteria you specified.
|
SearchAssociatedTranscriptsResponse.Builder |
SearchAssociatedTranscriptsResponse.Builder.botId(String botId) |
The unique identifier of the bot associated with the transcripts that you are searching.
|
SearchAssociatedTranscriptsResponse.Builder |
SearchAssociatedTranscriptsResponse.Builder.botRecommendationId(String botRecommendationId) |
The unique identifier of the bot recommendation associated with the transcripts to search.
|
SearchAssociatedTranscriptsResponse.Builder |
SearchAssociatedTranscriptsResponse.Builder.botVersion(String botVersion) |
The version of the bot containing the transcripts that you are searching.
|
static SearchAssociatedTranscriptsResponse.Builder |
SearchAssociatedTranscriptsResponse.builder() |
|
SearchAssociatedTranscriptsResponse.Builder |
SearchAssociatedTranscriptsResponse.Builder.localeId(String localeId) |
The identifier of the language and locale of the transcripts to search.
|
SearchAssociatedTranscriptsResponse.Builder |
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 |
SearchAssociatedTranscriptsResponse.toBuilder() |
|
SearchAssociatedTranscriptsResponse.Builder |
SearchAssociatedTranscriptsResponse.Builder.totalResults(Integer totalResults) |
The total number of transcripts returned by the search.
|