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 Summary
Modifier and TypeMethodDescriptionThe unique identifier of a recommended intent associated with the bot recommendation.intentName
(String intentName) The name of a recommended intent associated with the bot recommendation.sampleUtterancesCount
(Integer sampleUtterancesCount) The count of sample utterances of a recommended intent that is associated with a bot recommendation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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
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
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.
-