Interface DialogflowCxPageFormParametersFillBehaviorRepromptEventHandlers
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxPageFormParametersFillBehaviorRepromptEventHandlers.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.984Z") @Stability(Stable) public interface DialogflowCxPageFormParametersFillBehaviorRepromptEventHandlers extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxPageFormParametersFillBehaviorRepromptEventHandlers.Builderstatic classDialogflowCxPageFormParametersFillBehaviorRepromptEventHandlers.Jsii$ProxyAn implementation forDialogflowCxPageFormParametersFillBehaviorRepromptEventHandlers
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DialogflowCxPageFormParametersFillBehaviorRepromptEventHandlers.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 DialogflowCxPageFormParametersFillBehaviorRepromptEventHandlersTriggerFulfillmentgetTriggerFulfillment()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_page#event DialogflowCxPage#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_page#target_flow DialogflowCxPage#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_page#target_page DialogflowCxPage#target_page}
-
getTriggerFulfillment
@Stability(Stable) @Nullable default DialogflowCxPageFormParametersFillBehaviorRepromptEventHandlersTriggerFulfillment getTriggerFulfillment()
trigger_fulfillment block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#trigger_fulfillment DialogflowCxPage#trigger_fulfillment}
-
builder
@Stability(Stable) static DialogflowCxPageFormParametersFillBehaviorRepromptEventHandlers.Builder builder()
-
-