#[non_exhaustive]pub struct BotRecommendationResultStatistics {
pub intents: Option<IntentStatistics>,
pub slot_types: Option<SlotTypeStatistics>,
}Expand description
A statistical summary of the bot recommendation results.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.intents: Option<IntentStatistics>Statistical information about about the intents associated with the bot recommendation results.
slot_types: Option<SlotTypeStatistics>Statistical information about the slot types associated with the bot recommendation results.
Implementations
Statistical information about about the intents associated with the bot recommendation results.
Statistical information about the slot types associated with the bot recommendation results.
Creates a new builder-style object to manufacture BotRecommendationResultStatistics
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for BotRecommendationResultStatistics
impl Sync for BotRecommendationResultStatistics
impl Unpin for BotRecommendationResultStatistics
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more