Interface SearchAssociatedTranscriptsResponse.Builder

    • Method Detail

      • botId

        SearchAssociatedTranscriptsResponse.Builder botId​(String 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

        SearchAssociatedTranscriptsResponse.Builder botVersion​(String 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

        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

        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

        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.

        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.
      • totalResults

        SearchAssociatedTranscriptsResponse.Builder totalResults​(Integer 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.