pub struct Builder { /* private fields */ }Expand description
A builder for BotRecommendationResultStatistics.
Implementations§
source§impl Builder
impl Builder
sourcepub fn intents(self, input: IntentStatistics) -> Self
pub fn intents(self, input: IntentStatistics) -> Self
Statistical information about about the intents associated with the bot recommendation results.
sourcepub fn set_intents(self, input: Option<IntentStatistics>) -> Self
pub fn set_intents(self, input: Option<IntentStatistics>) -> Self
Statistical information about about the intents associated with the bot recommendation results.
sourcepub fn slot_types(self, input: SlotTypeStatistics) -> Self
pub fn slot_types(self, input: SlotTypeStatistics) -> Self
Statistical information about the slot types associated with the bot recommendation results.
sourcepub fn set_slot_types(self, input: Option<SlotTypeStatistics>) -> Self
pub fn set_slot_types(self, input: Option<SlotTypeStatistics>) -> Self
Statistical information about the slot types associated with the bot recommendation results.
sourcepub fn build(self) -> BotRecommendationResultStatistics
pub fn build(self) -> BotRecommendationResultStatistics
Consumes the builder and constructs a BotRecommendationResultStatistics.