Interface SearchAssociatedTranscriptsRequest.Builder

    • Method Detail

      • botId

        SearchAssociatedTranscriptsRequest.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

        SearchAssociatedTranscriptsRequest.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

        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

        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

        SearchAssociatedTranscriptsRequest.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.
      • searchOrder

        SearchAssociatedTranscriptsRequest.Builder searchOrder​(String searchOrder)

        How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.

        Parameters:
        searchOrder - How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SearchOrder, SearchOrder
      • searchOrder

        SearchAssociatedTranscriptsRequest.Builder searchOrder​(SearchOrder searchOrder)

        How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.

        Parameters:
        searchOrder - How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SearchOrder, SearchOrder
      • maxResults

        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.

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

        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.

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