Struct aws_sdk_lexmodelsv2::model::SlotTypeValue  
source · #[non_exhaustive]pub struct SlotTypeValue { /* private fields */ }Expand description
Each slot type can have a set of values. Each SlotTypeValue represents a value that the slot type can take.
Implementations§
source§impl SlotTypeValue
 
impl SlotTypeValue
sourcepub fn sample_value(&self) -> Option<&SampleValue>
 
pub fn sample_value(&self) -> Option<&SampleValue>
The value of the slot type entry.
sourcepub fn synonyms(&self) -> Option<&[SampleValue]>
 
pub fn synonyms(&self) -> Option<&[SampleValue]>
Additional values related to the slot type entry.
source§impl SlotTypeValue
 
impl SlotTypeValue
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SlotTypeValue.
Trait Implementations§
source§impl Clone for SlotTypeValue
 
impl Clone for SlotTypeValue
source§fn clone(&self) -> SlotTypeValue
 
fn clone(&self) -> SlotTypeValue
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 SlotTypeValue
 
impl Debug for SlotTypeValue
source§impl PartialEq<SlotTypeValue> for SlotTypeValue
 
impl PartialEq<SlotTypeValue> for SlotTypeValue
source§fn eq(&self, other: &SlotTypeValue) -> bool
 
fn eq(&self, other: &SlotTypeValue) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.