Class DialogflowCxPageEventHandlers.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_page.DialogflowCxPageEventHandlers.Jsii$Proxy
-
- All Implemented Interfaces:
DialogflowCxPageEventHandlers,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DialogflowCxPageEventHandlers
@Stability(Stable) @Internal public static final class DialogflowCxPageEventHandlers.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DialogflowCxPageEventHandlers
An implementation forDialogflowCxPageEventHandlers
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dialogflow_cx_page.DialogflowCxPageEventHandlers
DialogflowCxPageEventHandlers.Builder, DialogflowCxPageEventHandlers.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DialogflowCxPageEventHandlers.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxPageEventHandlers.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetEvent()The name of the event to handle.StringgetTargetFlow()The target flow to transition to.StringgetTargetPage()The target page to transition to.DialogflowCxPageEventHandlersTriggerFulfillmentgetTriggerFulfillment()trigger_fulfillment block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DialogflowCxPageEventHandlers.Builder builder)
Constructor that initializes the object based on literal property values passed by theDialogflowCxPageEventHandlers.Builder.
-
-
Method Detail
-
getEvent
public final String getEvent()
Description copied from interface:DialogflowCxPageEventHandlersThe 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}
- Specified by:
getEventin interfaceDialogflowCxPageEventHandlers
-
getTargetFlow
public final String getTargetFlow()
Description copied from interface:DialogflowCxPageEventHandlersThe 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}
- Specified by:
getTargetFlowin interfaceDialogflowCxPageEventHandlers
-
getTargetPage
public final String getTargetPage()
Description copied from interface:DialogflowCxPageEventHandlersThe 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}
- Specified by:
getTargetPagein interfaceDialogflowCxPageEventHandlers
-
getTriggerFulfillment
public final DialogflowCxPageEventHandlersTriggerFulfillment getTriggerFulfillment()
Description copied from interface:DialogflowCxPageEventHandlerstrigger_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}
- Specified by:
getTriggerFulfillmentin interfaceDialogflowCxPageEventHandlers
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-