
com.pulumi.aws.lex.inputs.V2modelsSlotMultipleValuesSettingArgs 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.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 V2modelsSlotMultipleValuesSettingArgs extends com.pulumi.resources.ResourceArgs {
public static final V2modelsSlotMultipleValuesSettingArgs Empty = new V2modelsSlotMultipleValuesSettingArgs();
/**
* Whether a slot can return multiple values. When `true`, the slot may return more than one value in a response. When `false`, the slot returns only a single value. Multi-value slots are only available in the `en-US` locale.
*
*/
@Import(name="allowMultipleValues")
private @Nullable Output allowMultipleValues;
/**
* @return Whether a slot can return multiple values. When `true`, the slot may return more than one value in a response. When `false`, the slot returns only a single value. Multi-value slots are only available in the `en-US` locale.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy