Class V2modelsSlotMultipleValuesSettingArgs.Builder

    • Method Detail

      • allowMultipleValues

        public V2modelsSlotMultipleValuesSettingArgs.Builder allowMultipleValues​(@Nullable
                                                                                 com.pulumi.core.Output<java.lang.Boolean> allowMultipleValues)
        Parameters:
        allowMultipleValues - 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.
        Returns:
        builder
      • allowMultipleValues

        public V2modelsSlotMultipleValuesSettingArgs.Builder allowMultipleValues​(java.lang.Boolean allowMultipleValues)
        Parameters:
        allowMultipleValues - 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.
        Returns:
        builder