com.pulumi.aws.lex.inputs.V2modelsIntentClosingSettingArgs 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.V2modelsIntentClosingSettingClosingResponseArgs;
import com.pulumi.aws.lex.inputs.V2modelsIntentClosingSettingConditionalArgs;
import com.pulumi.aws.lex.inputs.V2modelsIntentClosingSettingNextStepArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Boolean;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class V2modelsIntentClosingSettingArgs extends com.pulumi.resources.ResourceArgs {
public static final V2modelsIntentClosingSettingArgs Empty = new V2modelsIntentClosingSettingArgs();
/**
* Whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user. If the active field isn't specified, the default is true.
*
*/
@Import(name="active")
private @Nullable Output active;
/**
* @return Whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user. If the active field isn't specified, the default is true.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy