Struct aws_sdk_lexmodelsv2::model::BuiltInIntentSummary [−][src]
#[non_exhaustive]pub struct BuiltInIntentSummary {
pub intent_signature: Option<String>,
pub description: Option<String>,
}Expand description
Provides summary information about a built-in intent for the ListBuiltInIntents operation.
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_signature: Option<String>The signature of the built-in intent. Use this to specify the parent intent of a derived intent.
description: Option<String>The description of the intent.
Implementations
The signature of the built-in intent. Use this to specify the parent intent of a derived intent.
The description of the intent.
Creates a new builder-style object to manufacture BuiltInIntentSummary
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 BuiltInIntentSummary
impl Send for BuiltInIntentSummary
impl Sync for BuiltInIntentSummary
impl Unpin for BuiltInIntentSummary
impl UnwindSafe for BuiltInIntentSummary
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
