public static interface BotRecommendationResultStatistics.Builder extends SdkPojo, CopyableBuilder<BotRecommendationResultStatistics.Builder,BotRecommendationResultStatistics>
| Modifier and Type | Method and Description |
|---|---|
default BotRecommendationResultStatistics.Builder |
intents(Consumer<IntentStatistics.Builder> intents)
Statistical information about about the intents associated with the bot recommendation results.
|
BotRecommendationResultStatistics.Builder |
intents(IntentStatistics intents)
Statistical information about about the intents associated with the bot recommendation results.
|
default BotRecommendationResultStatistics.Builder |
slotTypes(Consumer<SlotTypeStatistics.Builder> slotTypes)
Statistical information about the slot types associated with the bot recommendation results.
|
BotRecommendationResultStatistics.Builder |
slotTypes(SlotTypeStatistics slotTypes)
Statistical information about the slot types associated with the bot recommendation results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBotRecommendationResultStatistics.Builder intents(IntentStatistics intents)
Statistical information about about the intents associated with the bot recommendation results.
intents - Statistical information about about the intents associated with the bot recommendation results.default BotRecommendationResultStatistics.Builder intents(Consumer<IntentStatistics.Builder> intents)
Statistical information about about the intents associated with the bot recommendation results.
This is a convenience method that creates an instance of theIntentStatistics.Builder avoiding the
need to create one manually via IntentStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to intents(IntentStatistics).
intents - a consumer that will call methods on IntentStatistics.Builderintents(IntentStatistics)BotRecommendationResultStatistics.Builder slotTypes(SlotTypeStatistics slotTypes)
Statistical information about the slot types associated with the bot recommendation results.
slotTypes - Statistical information about the slot types associated with the bot recommendation results.default BotRecommendationResultStatistics.Builder slotTypes(Consumer<SlotTypeStatistics.Builder> slotTypes)
Statistical information about the slot types associated with the bot recommendation results.
This is a convenience method that creates an instance of theSlotTypeStatistics.Builder avoiding the
need to create one manually via SlotTypeStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to slotTypes(SlotTypeStatistics).
slotTypes - a consumer that will call methods on SlotTypeStatistics.BuilderslotTypes(SlotTypeStatistics)Copyright © 2023. All rights reserved.