Class DialogflowCxPageFormParametersFillBehavior.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_page.DialogflowCxPageFormParametersFillBehavior.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxPageFormParametersFillBehavior>
- Enclosing interface:
- DialogflowCxPageFormParametersFillBehavior
@Stability(Stable) public static final class DialogflowCxPageFormParametersFillBehavior.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxPageFormParametersFillBehavior>
A builder forDialogflowCxPageFormParametersFillBehavior
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxPageFormParametersFillBehaviorbuild()Builds the configured instance.DialogflowCxPageFormParametersFillBehavior.BuilderinitialPromptFulfillment(DialogflowCxPageFormParametersFillBehaviorInitialPromptFulfillment initialPromptFulfillment)Sets the value ofDialogflowCxPageFormParametersFillBehavior.getInitialPromptFulfillment()DialogflowCxPageFormParametersFillBehavior.BuilderrepromptEventHandlers(com.hashicorp.cdktf.IResolvable repromptEventHandlers)Sets the value ofDialogflowCxPageFormParametersFillBehavior.getRepromptEventHandlers()DialogflowCxPageFormParametersFillBehavior.BuilderrepromptEventHandlers(List<? extends DialogflowCxPageFormParametersFillBehaviorRepromptEventHandlers> repromptEventHandlers)Sets the value ofDialogflowCxPageFormParametersFillBehavior.getRepromptEventHandlers()
-
-
-
Method Detail
-
initialPromptFulfillment
@Stability(Stable) public DialogflowCxPageFormParametersFillBehavior.Builder initialPromptFulfillment(DialogflowCxPageFormParametersFillBehaviorInitialPromptFulfillment initialPromptFulfillment)
Sets the value ofDialogflowCxPageFormParametersFillBehavior.getInitialPromptFulfillment()- Parameters:
initialPromptFulfillment- initial_prompt_fulfillment block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#initial_prompt_fulfillment DialogflowCxPage#initial_prompt_fulfillment}- Returns:
this
-
repromptEventHandlers
@Stability(Stable) public DialogflowCxPageFormParametersFillBehavior.Builder repromptEventHandlers(com.hashicorp.cdktf.IResolvable repromptEventHandlers)
Sets the value ofDialogflowCxPageFormParametersFillBehavior.getRepromptEventHandlers()- Parameters:
repromptEventHandlers- reprompt_event_handlers block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#reprompt_event_handlers DialogflowCxPage#reprompt_event_handlers}- Returns:
this
-
repromptEventHandlers
@Stability(Stable) public DialogflowCxPageFormParametersFillBehavior.Builder repromptEventHandlers(List<? extends DialogflowCxPageFormParametersFillBehaviorRepromptEventHandlers> repromptEventHandlers)
Sets the value ofDialogflowCxPageFormParametersFillBehavior.getRepromptEventHandlers()- Parameters:
repromptEventHandlers- reprompt_event_handlers block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#reprompt_event_handlers DialogflowCxPage#reprompt_event_handlers}- Returns:
this
-
build
@Stability(Stable) public DialogflowCxPageFormParametersFillBehavior build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxPageFormParametersFillBehavior>- Returns:
- a new instance of
DialogflowCxPageFormParametersFillBehavior - Throws:
NullPointerException- if any required attribute was not provided
-
-