Package com.pulumi.aws.lex.outputs
Class V2modelsIntentClosingSettingNextStep.Builder
- java.lang.Object
-
- com.pulumi.aws.lex.outputs.V2modelsIntentClosingSettingNextStep.Builder
-
- Enclosing class:
- V2modelsIntentClosingSettingNextStep
public static final class V2modelsIntentClosingSettingNextStep.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(V2modelsIntentClosingSettingNextStep defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V2modelsIntentClosingSettingNextStep
build()
V2modelsIntentClosingSettingNextStep.Builder
dialogAction(V2modelsIntentClosingSettingNextStepDialogAction dialogAction)
V2modelsIntentClosingSettingNextStep.Builder
intent(V2modelsIntentClosingSettingNextStepIntent intent)
V2modelsIntentClosingSettingNextStep.Builder
sessionAttributes(java.util.Map<java.lang.String,java.lang.String> sessionAttributes)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(V2modelsIntentClosingSettingNextStep defaults)
-
-
Method Detail
-
dialogAction
public V2modelsIntentClosingSettingNextStep.Builder dialogAction(@Nullable V2modelsIntentClosingSettingNextStepDialogAction dialogAction)
-
intent
public V2modelsIntentClosingSettingNextStep.Builder intent(@Nullable V2modelsIntentClosingSettingNextStepIntent intent)
-
sessionAttributes
public V2modelsIntentClosingSettingNextStep.Builder sessionAttributes(@Nullable java.util.Map<java.lang.String,java.lang.String> sessionAttributes)
-
build
public V2modelsIntentClosingSettingNextStep build()
-
-