#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for Intent
Implementations
Adds a key-value pair to slots.
To override the contents of this collection use set_slots.
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.
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.
Contains fulfillment information for the intent.
Contains fulfillment information for the intent.
Contains information about whether fulfillment of the intent has been confirmed.
Contains information about whether fulfillment of the intent has been confirmed.
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
