Struct aws_sdk_lexruntime::model::predicted_intent::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for PredictedIntent
Implementations
The name of the intent that Amazon Lex suggests satisfies the user's intent.
The name of the intent that Amazon Lex suggests satisfies the user's intent.
Indicates how confident Amazon Lex is that an intent satisfies the user's intent.
Indicates how confident Amazon Lex is that an intent satisfies the user's intent.
Adds a key-value pair to slots
.
To override the contents of this collection use set_slots
.
The slot and slot values associated with the predicted intent.
The slot and slot values associated with the predicted intent.
Consumes the builder and constructs a PredictedIntent
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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