Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.RecommendedIntentSummary.Builder
-
Packages that use RecommendedIntentSummary.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of RecommendedIntentSummary.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return RecommendedIntentSummary.Builder Modifier and Type Method Description static RecommendedIntentSummary.BuilderRecommendedIntentSummary. builder()RecommendedIntentSummary.BuilderRecommendedIntentSummary.Builder. intentId(String intentId)The unique identifier of a recommended intent associated with the bot recommendation.RecommendedIntentSummary.BuilderRecommendedIntentSummary.Builder. intentName(String intentName)The name of a recommended intent associated with the bot recommendation.RecommendedIntentSummary.BuilderRecommendedIntentSummary.Builder. sampleUtterancesCount(Integer sampleUtterancesCount)The count of sample utterances of a recommended intent that is associated with a bot recommendation.RecommendedIntentSummary.BuilderRecommendedIntentSummary. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type RecommendedIntentSummary.Builder Modifier and Type Method Description static Class<? extends RecommendedIntentSummary.Builder>RecommendedIntentSummary. serializableBuilderClass()
-