Interface DialogflowCxFlowEventHandlers
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxFlowEventHandlers.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.936Z") @Stability(Stable) public interface DialogflowCxFlowEventHandlers extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxFlowEventHandlers.BuilderA builder forDialogflowCxFlowEventHandlersstatic classDialogflowCxFlowEventHandlers.Jsii$ProxyAn implementation forDialogflowCxFlowEventHandlers
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DialogflowCxFlowEventHandlers.Builderbuilder()default StringgetEvent()The name of the event to handle.default StringgetTargetFlow()The target flow to transition to.default StringgetTargetPage()The target page to transition to.default DialogflowCxFlowEventHandlersTriggerFulfillmentgetTriggerFulfillment()trigger_fulfillment block.
-
-
-
Method Detail
-
getEvent
@Stability(Stable) @Nullable default String getEvent()
The name of the event to handle.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#event DialogflowCxFlow#event}
-
getTargetFlow
@Stability(Stable) @Nullable default String getTargetFlow()
The target flow to transition to. Format: projects//locations/ /agents/ /flows/ . Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#target_flow DialogflowCxFlow#target_flow}
-
getTargetPage
@Stability(Stable) @Nullable default String getTargetPage()
The target page to transition to. Format: projects//locations/ /agents/ /flows/ /pages/ . Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#target_page DialogflowCxFlow#target_page}
-
getTriggerFulfillment
@Stability(Stable) @Nullable default DialogflowCxFlowEventHandlersTriggerFulfillment getTriggerFulfillment()
trigger_fulfillment block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#trigger_fulfillment DialogflowCxFlow#trigger_fulfillment}
-
builder
@Stability(Stable) static DialogflowCxFlowEventHandlers.Builder builder()
-
-