Struct aws_sdk_lexmodelsv2::model::SlotValue
source · [−]#[non_exhaustive]pub struct SlotValue { /* private fields */ }Expand description
The value to set in a slot.
Implementations
sourceimpl SlotValue
impl SlotValue
sourcepub fn interpreted_value(&self) -> Option<&str>
pub fn interpreted_value(&self) -> Option<&str>
The value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the resolvedValues list.
Trait Implementations
impl StructuralPartialEq for SlotValue
Auto Trait Implementations
impl RefUnwindSafe for SlotValue
impl Send for SlotValue
impl Sync for SlotValue
impl Unpin for SlotValue
impl UnwindSafe for SlotValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more