Struct aws_sdk_lexmodelsv2::model::GrammarSlotTypeSetting
source · #[non_exhaustive]pub struct GrammarSlotTypeSetting { /* private fields */ }Expand description
Settings requried for a slot type based on a grammar that you provide.
Implementations§
source§impl GrammarSlotTypeSetting
impl GrammarSlotTypeSetting
sourcepub fn source(&self) -> Option<&GrammarSlotTypeSource>
pub fn source(&self) -> Option<&GrammarSlotTypeSource>
The source of the grammar used to create the slot type.
source§impl GrammarSlotTypeSetting
impl GrammarSlotTypeSetting
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GrammarSlotTypeSetting.
Trait Implementations§
source§impl Clone for GrammarSlotTypeSetting
impl Clone for GrammarSlotTypeSetting
source§fn clone(&self) -> GrammarSlotTypeSetting
fn clone(&self) -> GrammarSlotTypeSetting
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