Package com.pulumi.aws.lex.inputs
Class V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.lex.inputs.V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentArgs.Builder
-
public static final class V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentArgs
build()
V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentArgs.Builder
name(com.pulumi.core.Output<java.lang.String> name)
V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentArgs.Builder
name(java.lang.String name)
V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentArgs.Builder
slots(V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlotArgs... slots)
V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentArgs.Builder
slots(com.pulumi.core.Output<java.util.List<V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlotArgs>> slots)
V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentArgs.Builder
slots(java.util.List<V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlotArgs> slots)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentArgs defaults)
-
-
Method Detail
-
name
public V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentArgs.Builder name(@Nullable com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name
- Name of the intent.- Returns:
- builder
-
name
public V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentArgs.Builder name(java.lang.String name)
- Parameters:
name
- Name of the intent.- Returns:
- builder
-
slots
public V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentArgs.Builder slots(@Nullable com.pulumi.core.Output<java.util.List<V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlotArgs>> slots)
- Parameters:
slots
- Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.- Returns:
- builder
-
slots
public V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentArgs.Builder slots(java.util.List<V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlotArgs> slots)
- Parameters:
slots
- Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.- Returns:
- builder
-
slots
public V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentArgs.Builder slots(V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentSlotArgs... slots)
- Parameters:
slots
- Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.- Returns:
- builder
-
build
public V2modelsIntentClosingSettingConditionalDefaultBranchNextStepIntentArgs build()
-
-