JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.lexmodelsv2.model

Class SearchAssociatedTranscriptsRequest

    • Constructor Detail

      • SearchAssociatedTranscriptsRequest

        public SearchAssociatedTranscriptsRequest()
    • Method Detail

      • setBotId

        public void setBotId(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.
      • getBotId

        public String getBotId()

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

        Returns:
        The unique identifier of the bot associated with the transcripts that you are searching.
      • withBotId

        public SearchAssociatedTranscriptsRequest withBotId(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.
      • setBotVersion

        public void setBotVersion(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.
      • getBotVersion

        public String getBotVersion()

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

        Returns:
        The version of the bot containing the transcripts that you are searching.
      • withBotVersion

        public SearchAssociatedTranscriptsRequest withBotVersion(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.
      • setLocaleId

        public void setLocaleId(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
      • getLocaleId

        public String getLocaleId()

        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:
        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
      • withLocaleId

        public SearchAssociatedTranscriptsRequest withLocaleId(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.
      • setBotRecommendationId

        public void setBotRecommendationId(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.
      • getBotRecommendationId

        public String getBotRecommendationId()

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

        Returns:
        The unique identifier of the bot recommendation associated with the transcripts to search.
      • withBotRecommendationId

        public SearchAssociatedTranscriptsRequest withBotRecommendationId(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.
      • setSearchOrder

        public void setSearchOrder(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.
        See Also:
        SearchOrder
      • getSearchOrder

        public String getSearchOrder()

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

        Returns:
        How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.
        See Also:
        SearchOrder
      • withSearchOrder

        public SearchAssociatedTranscriptsRequest withSearchOrder(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
      • withSearchOrder

        public SearchAssociatedTranscriptsRequest withSearchOrder(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
      • setMaxResults

        public void setMaxResults(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.
      • getMaxResults

        public Integer getMaxResults()

        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:
        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.
      • withMaxResults

        public SearchAssociatedTranscriptsRequest withMaxResults(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.
      • setNextIndex

        public void setNextIndex(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.
      • getNextIndex

        public Integer getNextIndex()

        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:
        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.
      • withNextIndex

        public SearchAssociatedTranscriptsRequest withNextIndex(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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /