Interface TestSetSlotDiscrepancyItem.Builder

    • Method Detail

      • intentName

        TestSetSlotDiscrepancyItem.Builder intentName​(String intentName)

        The name of the intent associated with the slot in the discrepancy report.

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

        TestSetSlotDiscrepancyItem.Builder slotName​(String slotName)

        The name of the slot in the discrepancy report.

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

        TestSetSlotDiscrepancyItem.Builder errorMessage​(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.