public static interface RecommendedIntentSummary.Builder extends SdkPojo, CopyableBuilder<RecommendedIntentSummary.Builder,RecommendedIntentSummary>
| Modifier and Type | Method and Description |
|---|---|
RecommendedIntentSummary.Builder |
intentId(String intentId)
The unique identifier of a recommended intent associated with the bot recommendation.
|
RecommendedIntentSummary.Builder |
intentName(String intentName)
The name of a recommended intent associated with the bot recommendation.
|
RecommendedIntentSummary.Builder |
sampleUtterancesCount(Integer sampleUtterancesCount)
The count of sample utterances of a recommended intent that is associated with a bot recommendation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendedIntentSummary.Builder intentId(String intentId)
The unique identifier of a recommended intent associated with the bot recommendation.
intentId - The unique identifier of a recommended intent associated with the bot recommendation.RecommendedIntentSummary.Builder intentName(String intentName)
The name of a recommended intent associated with the bot recommendation.
intentName - The name of a recommended intent associated with the bot recommendation.RecommendedIntentSummary.Builder sampleUtterancesCount(Integer sampleUtterancesCount)
The count of sample utterances of a recommended intent that is associated with a bot recommendation.
sampleUtterancesCount - The count of sample utterances of a recommended intent that is associated with a bot recommendation.Copyright © 2022. All rights reserved.