Uses of Class
com.hashicorp.cdktf.providers.google.dialogflow_cx_flow.DialogflowCxFlowEventHandlers.Builder
-
Packages that use DialogflowCxFlowEventHandlers.Builder Package Description com.hashicorp.cdktf.providers.google.dialogflow_cx_flow google_dialogflow_cx_flow -
-
Uses of DialogflowCxFlowEventHandlers.Builder in com.hashicorp.cdktf.providers.google.dialogflow_cx_flow
Methods in com.hashicorp.cdktf.providers.google.dialogflow_cx_flow that return DialogflowCxFlowEventHandlers.Builder Modifier and Type Method Description static DialogflowCxFlowEventHandlers.BuilderDialogflowCxFlowEventHandlers. builder()DialogflowCxFlowEventHandlers.BuilderDialogflowCxFlowEventHandlers.Builder. event(String event)Sets the value ofDialogflowCxFlowEventHandlers.getEvent()DialogflowCxFlowEventHandlers.BuilderDialogflowCxFlowEventHandlers.Builder. targetFlow(String targetFlow)Sets the value ofDialogflowCxFlowEventHandlers.getTargetFlow()DialogflowCxFlowEventHandlers.BuilderDialogflowCxFlowEventHandlers.Builder. targetPage(String targetPage)Sets the value ofDialogflowCxFlowEventHandlers.getTargetPage()DialogflowCxFlowEventHandlers.BuilderDialogflowCxFlowEventHandlers.Builder. triggerFulfillment(DialogflowCxFlowEventHandlersTriggerFulfillment triggerFulfillment)Sets the value ofDialogflowCxFlowEventHandlers.getTriggerFulfillment()Constructors in com.hashicorp.cdktf.providers.google.dialogflow_cx_flow with parameters of type DialogflowCxFlowEventHandlers.Builder Constructor Description Jsii$Proxy(DialogflowCxFlowEventHandlers.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxFlowEventHandlers.Builder.
-