Struct aws_lambda_events::event::lex::LexCurrentIntent
source · pub struct LexCurrentIntent {
pub name: Option<String>,
pub nlu_intent_confidence_score: Option<f64>,
pub slots: Option<Slots>,
pub slot_details: HashMap<String, SlotDetail>,
pub confirmation_status: Option<String>,
}Fields§
§name: Option<String>§nlu_intent_confidence_score: Option<f64>§slots: Option<Slots>§slot_details: HashMap<String, SlotDetail>§confirmation_status: Option<String>Trait Implementations§
source§impl Clone for LexCurrentIntent
impl Clone for LexCurrentIntent
source§fn clone(&self) -> LexCurrentIntent
fn clone(&self) -> LexCurrentIntent
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 LexCurrentIntent
impl Debug for LexCurrentIntent
source§impl<'de> Deserialize<'de> for LexCurrentIntent
impl<'de> Deserialize<'de> for LexCurrentIntent
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for LexCurrentIntent
impl PartialEq for LexCurrentIntent
source§fn eq(&self, other: &LexCurrentIntent) -> bool
fn eq(&self, other: &LexCurrentIntent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for LexCurrentIntent
impl Serialize for LexCurrentIntent
impl StructuralPartialEq for LexCurrentIntent
Auto Trait Implementations§
impl RefUnwindSafe for LexCurrentIntent
impl Send for LexCurrentIntent
impl Sync for LexCurrentIntent
impl Unpin for LexCurrentIntent
impl UnwindSafe for LexCurrentIntent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more