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 SearchAssociatedTranscriptsResult

    • Constructor Detail

      • SearchAssociatedTranscriptsResult

        public SearchAssociatedTranscriptsResult()
    • 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 SearchAssociatedTranscriptsResult 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 SearchAssociatedTranscriptsResult 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 SearchAssociatedTranscriptsResult 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 SearchAssociatedTranscriptsResult 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.
      • setNextIndex

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

        public Integer getNextIndex()

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

        public SearchAssociatedTranscriptsResult withNextIndex(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.
      • getAssociatedTranscripts

        public List<AssociatedTranscript> getAssociatedTranscripts()

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

        Returns:
        The object that contains the associated transcript that meet the criteria you specified.
      • setAssociatedTranscripts

        public void setAssociatedTranscripts(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.
      • withAssociatedTranscripts

        public SearchAssociatedTranscriptsResult withAssociatedTranscripts(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.
      • setTotalResults

        public void setTotalResults(Integer totalResults)

        The total number of transcripts returned by the search.

        Parameters:
        totalResults - The total number of transcripts returned by the search.
      • getTotalResults

        public Integer getTotalResults()

        The total number of transcripts returned by the search.

        Returns:
        The total number of transcripts returned by the search.
      • withTotalResults

        public SearchAssociatedTranscriptsResult withTotalResults(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.
      • 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 によって変換されたページ (->オリジナル) /