Struct aws_sdk_lexmodelsv2::model::slot_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for SlotSummary
Implementations
The unique identifier of the slot.
The name given to the slot.
The description of the slot.
The description of the slot.
Whether the slot is required or optional. An intent is complete when all required slots are filled.
Whether the slot is required or optional. An intent is complete when all required slots are filled.
The unique identifier for the slot type that defines the values for the slot.
The unique identifier for the slot type that defines the values for the slot.
Prompts that are sent to the user to elicit a value for the slot.
pub fn set_value_elicitation_prompt_specification(
self,
input: Option<PromptSpecification>
) -> Self
pub fn set_value_elicitation_prompt_specification(
self,
input: Option<PromptSpecification>
) -> Self
Prompts that are sent to the user to elicit a value for the slot.
The timestamp of the last date and time that the slot was updated.
The timestamp of the last date and time that the slot was updated.
Consumes the builder and constructs a SlotSummary
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
