Struct aws_sdk_lexmodelsv2::model::fulfillment_code_hook_settings::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for FulfillmentCodeHookSettings
Implementations
Indicates whether a Lambda function should be invoked to fulfill a specific intent.
Indicates whether a Lambda function should be invoked to fulfill a specific intent.
pub fn post_fulfillment_status_specification(
self,
input: PostFulfillmentStatusSpecification
) -> Self
pub fn post_fulfillment_status_specification(
self,
input: PostFulfillmentStatusSpecification
) -> Self
Provides settings for messages sent to the user for after the Lambda fulfillment function completes. Post-fulfillment messages can be sent for both streaming and non-streaming conversations.
pub fn set_post_fulfillment_status_specification(
self,
input: Option<PostFulfillmentStatusSpecification>
) -> Self
pub fn set_post_fulfillment_status_specification(
self,
input: Option<PostFulfillmentStatusSpecification>
) -> Self
Provides settings for messages sent to the user for after the Lambda fulfillment function completes. Post-fulfillment messages can be sent for both streaming and non-streaming conversations.
pub fn fulfillment_updates_specification(
self,
input: FulfillmentUpdatesSpecification
) -> Self
pub fn fulfillment_updates_specification(
self,
input: FulfillmentUpdatesSpecification
) -> Self
Provides settings for update messages sent to the user for long-running Lambda fulfillment functions. Fulfillment updates can be used only with streaming conversations.
pub fn set_fulfillment_updates_specification(
self,
input: Option<FulfillmentUpdatesSpecification>
) -> Self
pub fn set_fulfillment_updates_specification(
self,
input: Option<FulfillmentUpdatesSpecification>
) -> Self
Provides settings for update messages sent to the user for long-running Lambda fulfillment functions. Fulfillment updates can be used only with streaming conversations.
Consumes the builder and constructs a FulfillmentCodeHookSettings
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
