Interface SearchAssociatedTranscriptsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<SearchAssociatedTranscriptsResponse.Builder,SearchAssociatedTranscriptsResponse>, LexModelsV2Response.Builder, SdkBuilder<SearchAssociatedTranscriptsResponse.Builder,SearchAssociatedTranscriptsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
SearchAssociatedTranscriptsResponse

  • Method Details

    • botId

      The unique identifier of the bot associated with the transcripts that you are searching.

      Parameters:
      botId - The unique identifier of the bot associated with the transcripts that you are searching.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botVersion

      The version of the bot containing the transcripts that you are searching.

      Parameters:
      botVersion - The version of the bot containing the transcripts that you are searching.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      Parameters:
      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
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botRecommendationId

      SearchAssociatedTranscriptsResponse.Builder botRecommendationId(String botRecommendationId)

      The unique identifier of the bot recommendation associated with the transcripts to search.

      Parameters:
      botRecommendationId - The unique identifier of the bot recommendation associated with the transcripts to search.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associatedTranscripts

      SearchAssociatedTranscriptsResponse.Builder associatedTranscripts(Collection<AssociatedTranscript> associatedTranscripts)

      The object that contains the associated transcript that meet the criteria you specified.

      Parameters:
      associatedTranscripts - The object that contains the associated transcript that meet the criteria you specified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associatedTranscripts

      SearchAssociatedTranscriptsResponse.Builder associatedTranscripts(AssociatedTranscript... associatedTranscripts)

      The object that contains the associated transcript that meet the criteria you specified.

      Parameters:
      associatedTranscripts - The object that contains the associated transcript that meet the criteria you specified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associatedTranscripts

      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 the AssociatedTranscript.Builder avoiding the need to create one manually via AssociatedTranscript.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to associatedTranscripts(List<AssociatedTranscript>).

      Parameters:
      associatedTranscripts - a consumer that will call methods on AssociatedTranscript.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • totalResults

      The total number of transcripts returned by the search.

      Parameters:
      totalResults - The total number of transcripts returned by the search.
      Returns:
      Returns a reference to this object so that method calls can be chained together.