#[non_exhaustive]pub struct RecommendedIntentSummary {
pub intent_id: Option<String>,
pub intent_name: Option<String>,
pub sample_utterances_count: Option<i32>,
}Expand description
An object that contains a summary of a recommended intent.
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.intent_id: Option<String>The unique identifier of a recommended intent associated with the bot recommendation.
intent_name: Option<String>The name of a recommended intent associated with the bot recommendation.
sample_utterances_count: Option<i32>The count of sample utterances of a recommended intent that is associated with a bot recommendation.
Implementations
The unique identifier of a recommended intent associated with the bot recommendation.
The name of a recommended intent associated with the bot recommendation.
The count of sample utterances of a recommended intent that is associated with a bot recommendation.
Creates a new builder-style object to manufacture RecommendedIntentSummary
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 RefUnwindSafe for RecommendedIntentSummary
impl Send for RecommendedIntentSummary
impl Sync for RecommendedIntentSummary
impl Unpin for RecommendedIntentSummary
impl UnwindSafe for RecommendedIntentSummary
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