Interface IntentStatistics.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IntentStatistics.Builder,IntentStatistics>, SdkBuilder<IntentStatistics.Builder,IntentStatistics>, SdkPojo
Enclosing class:
IntentStatistics

public static interface IntentStatistics.Builder extends SdkPojo, CopyableBuilder<IntentStatistics.Builder,IntentStatistics>
  • Method Details

    • discoveredIntentCount

      IntentStatistics.Builder discoveredIntentCount(Integer discoveredIntentCount)

      The number of recommended intents associated with the bot recommendation.

      Parameters:
      discoveredIntentCount - The number of recommended intents associated with the bot recommendation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.