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 TestSetIntentDiscrepancyItem

    • Constructor Detail

      • TestSetIntentDiscrepancyItem

        public TestSetIntentDiscrepancyItem()
    • Method Detail

      • setIntentName

        public void setIntentName(String intentName)

        The name of the intent in the discrepancy report.

        Parameters:
        intentName - The name of the intent in the discrepancy report.
      • getIntentName

        public String getIntentName()

        The name of the intent in the discrepancy report.

        Returns:
        The name of the intent in the discrepancy report.
      • withIntentName

        public TestSetIntentDiscrepancyItem withIntentName(String intentName)

        The name of the intent in the discrepancy report.

        Parameters:
        intentName - The name of the intent in the discrepancy report.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setErrorMessage

        public void setErrorMessage(String errorMessage)

        The error message for a discrepancy for an intent between the test set and the bot.

        Parameters:
        errorMessage - The error message for a discrepancy for an intent between the test set and the bot.
      • getErrorMessage

        public String getErrorMessage()

        The error message for a discrepancy for an intent between the test set and the bot.

        Returns:
        The error message for a discrepancy for an intent between the test set and the bot.
      • withErrorMessage

        public TestSetIntentDiscrepancyItem withErrorMessage(String errorMessage)

        The error message for a discrepancy for an intent between the test set and the bot.

        Parameters:
        errorMessage - The error message for a discrepancy for an intent between the test set and the bot.
        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 によって変換されたページ (->オリジナル) /