Package com.pulumi.aws.lex.inputs
Class V2modelsIntentInitialResponseSettingArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.lex.inputs.V2modelsIntentInitialResponseSettingArgs.Builder
-
- Enclosing class:
- V2modelsIntentInitialResponseSettingArgs
public static final class V2modelsIntentInitialResponseSettingArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(V2modelsIntentInitialResponseSettingArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(V2modelsIntentInitialResponseSettingArgs defaults)
-
-
Method Detail
-
codeHook
public V2modelsIntentInitialResponseSettingArgs.Builder codeHook(@Nullable com.pulumi.core.Output<V2modelsIntentInitialResponseSettingCodeHookArgs> codeHook)
- Parameters:
codeHook
- Configuration block for the dialog code hook that is called by Amazon Lex at a step of the conversation. See `code_hook`.- Returns:
- builder
-
codeHook
public V2modelsIntentInitialResponseSettingArgs.Builder codeHook(V2modelsIntentInitialResponseSettingCodeHookArgs codeHook)
- Parameters:
codeHook
- Configuration block for the dialog code hook that is called by Amazon Lex at a step of the conversation. See `code_hook`.- Returns:
- builder
-
conditional
public V2modelsIntentInitialResponseSettingArgs.Builder conditional(@Nullable com.pulumi.core.Output<V2modelsIntentInitialResponseSettingConditionalArgs> conditional)
- Parameters:
conditional
- Configuration block for conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition. See `conditional`.- Returns:
- builder
-
conditional
public V2modelsIntentInitialResponseSettingArgs.Builder conditional(V2modelsIntentInitialResponseSettingConditionalArgs conditional)
- Parameters:
conditional
- Configuration block for conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition. See `conditional`.- Returns:
- builder
-
initialResponse
public V2modelsIntentInitialResponseSettingArgs.Builder initialResponse(@Nullable com.pulumi.core.Output<V2modelsIntentInitialResponseSettingInitialResponseArgs> initialResponse)
- Parameters:
initialResponse
- Configuration block for message groups that Amazon Lex uses to respond the user input. See `initial_response`.- Returns:
- builder
-
initialResponse
public V2modelsIntentInitialResponseSettingArgs.Builder initialResponse(V2modelsIntentInitialResponseSettingInitialResponseArgs initialResponse)
- Parameters:
initialResponse
- Configuration block for message groups that Amazon Lex uses to respond the user input. See `initial_response`.- Returns:
- builder
-
nextStep
public V2modelsIntentInitialResponseSettingArgs.Builder nextStep(@Nullable com.pulumi.core.Output<V2modelsIntentInitialResponseSettingNextStepArgs> nextStep)
- Parameters:
nextStep
- Configuration block for the next step in the conversation. See `next_step`.- Returns:
- builder
-
nextStep
public V2modelsIntentInitialResponseSettingArgs.Builder nextStep(V2modelsIntentInitialResponseSettingNextStepArgs nextStep)
- Parameters:
nextStep
- Configuration block for the next step in the conversation. See `next_step`.- Returns:
- builder
-
build
public V2modelsIntentInitialResponseSettingArgs build()
-
-