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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecommendedIntentSummary.BuilderintentId(String intentId)The unique identifier of a recommended intent associated with the bot recommendation.RecommendedIntentSummary.BuilderintentName(String intentName)The name of a recommended intent associated with the bot recommendation.RecommendedIntentSummary.BuildersampleUtterancesCount(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 Detail
-
intentId
RecommendedIntentSummary.Builder intentId(String 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.
-
-