Struct aws_sdk_lexruntimev2::model::Intent
source · #[non_exhaustive]pub struct Intent { /* private fields */ }Expand description
The current intent that Amazon Lex V2 is attempting to fulfill.
Implementations§
source§impl Intent
impl Intent
sourcepub fn slots(&self) -> Option<&HashMap<String, Slot>>
pub fn slots(&self) -> Option<&HashMap<String, Slot>>
A map of all of the slots for the intent. The name of the slot maps to the value of the slot. If a slot has not been filled, the value is null.
sourcepub fn state(&self) -> Option<&IntentState>
pub fn state(&self) -> Option<&IntentState>
Contains fulfillment information for the intent.
sourcepub fn confirmation_state(&self) -> Option<&ConfirmationState>
pub fn confirmation_state(&self) -> Option<&ConfirmationState>
Contains information about whether fulfillment of the intent has been confirmed.