Struct aws_sdk_lexmodelsv2::types::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() -> BuiltInIntentSummaryBuilder
pub fn builder() -> BuiltInIntentSummaryBuilder
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 moresource§impl Debug for BuiltInIntentSummary
impl Debug for BuiltInIntentSummary
source§impl PartialEq<BuiltInIntentSummary> for BuiltInIntentSummary
impl PartialEq<BuiltInIntentSummary> for BuiltInIntentSummary
source§fn eq(&self, other: &BuiltInIntentSummary) -> bool
fn eq(&self, other: &BuiltInIntentSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.