Interface RecommendedIntentSummary.Builder

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

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

    • intentId

      The unique identifier of a recommended intent associated with the bot recommendation.

      Parameters:
      intentId - The unique identifier of a recommended intent associated with the bot recommendation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • intentName

      RecommendedIntentSummary.Builder intentName(String intentName)

      The name of a recommended intent associated with the bot recommendation.

      Parameters:
      intentName - The name of a recommended intent associated with the bot recommendation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sampleUtterancesCount

      RecommendedIntentSummary.Builder sampleUtterancesCount(Integer sampleUtterancesCount)

      The count of sample utterances of a recommended intent that is associated with a bot recommendation.

      Parameters:
      sampleUtterancesCount - The count of sample utterances of a recommended intent that is associated with a bot recommendation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.