Struct aws_sdk_lexmodelsv2::model::BuiltInIntentSummary
source · #[non_exhaustive]pub struct BuiltInIntentSummary { /* private fields */ }Expand description
Provides summary information about a built-in intent for the ListBuiltInIntents operation.
Implementations§
source§impl BuiltInIntentSummary
impl BuiltInIntentSummary
sourcepub fn intent_signature(&self) -> Option<&str>
pub fn intent_signature(&self) -> Option<&str>
The signature of the built-in intent. Use this to specify the parent intent of a derived intent.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the intent.
source§impl BuiltInIntentSummary
impl BuiltInIntentSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BuiltInIntentSummary.
Trait Implementations§
source§impl Clone for BuiltInIntentSummary
impl Clone for BuiltInIntentSummary
source§fn clone(&self) -> BuiltInIntentSummary
fn clone(&self) -> BuiltInIntentSummary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more