Struct aws_sdk_lexmodelsv2::model::SlotDefaultValueSpecification [−][src]
#[non_exhaustive]pub struct SlotDefaultValueSpecification {
pub default_value_list: Option<Vec<SlotDefaultValue>>,
}Expand description
Defines a list of values that Amazon Lex should use as the default value for a slot.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.default_value_list: Option<Vec<SlotDefaultValue>>A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.
Implementations
A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.
Creates a new builder-style object to manufacture SlotDefaultValueSpecification
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 Send for SlotDefaultValueSpecification
impl Sync for SlotDefaultValueSpecification
impl Unpin for SlotDefaultValueSpecification
impl UnwindSafe for SlotDefaultValueSpecification
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
