
com.pulumi.aws.lex.inputs.V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.aws.lex.inputs;
import com.pulumi.aws.lex.inputs.V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseArgs;
import com.pulumi.aws.lex.inputs.V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponseArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Boolean;
import java.lang.Integer;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationArgs extends com.pulumi.resources.ResourceArgs {
public static final V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationArgs Empty = new V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationArgs();
/**
* Whether fulfillment updates are sent to the user. When this field is true, updates are sent. If the active field is set to true, the `start_response`, `update_response`, and `timeout_in_seconds` fields are required.
*
*/
@Import(name="active", required=true)
private Output active;
/**
* @return Whether fulfillment updates are sent to the user. When this field is true, updates are sent. If the active field is set to true, the `start_response`, `update_response`, and `timeout_in_seconds` fields are required.
*
*/
public Output active() {
return this.active;
}
/**
* Configuration block for the message sent to users when the fulfillment Lambda functions starts running.
*
*/
@Import(name="startResponse")
private @Nullable Output startResponse;
/**
* @return Configuration block for the message sent to users when the fulfillment Lambda functions starts running.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy