Class DialogflowCxPageConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_page.DialogflowCxPageConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DialogflowCxPageConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DialogflowCxPageConfig
@Stability(Stable) @Internal public static final class DialogflowCxPageConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DialogflowCxPageConfig
An implementation forDialogflowCxPageConfig
-
-
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.DialogflowCxPageConfig
DialogflowCxPageConfig.Builder, DialogflowCxPageConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DialogflowCxPageConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxPageConfig.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)DialogflowCxPageAdvancedSettingsgetAdvancedSettings()advanced_settings block.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDisplayName()The human-readable name of the page, unique within the agent.DialogflowCxPageEntryFulfillmentgetEntryFulfillment()entry_fulfillment block.ObjectgetEventHandlers()event_handlers block.com.hashicorp.cdktf.ITerraformIteratorgetForEach()DialogflowCxPageFormgetForm()form block.StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#id DialogflowCxPage#id}.StringgetLanguageCode()The language of the following fields in page:.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetParent()The flow to create a page for.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()DialogflowCxPageTimeoutsgetTimeouts()timeouts block.List<String>getTransitionRouteGroups()Ordered list of TransitionRouteGroups associated with the page.ObjectgetTransitionRoutes()transition_routes 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(DialogflowCxPageConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDialogflowCxPageConfig.Builder.
-
-
Method Detail
-
getDisplayName
public final String getDisplayName()
Description copied from interface:DialogflowCxPageConfigThe human-readable name of the page, unique within the agent.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#display_name DialogflowCxPage#display_name}
- Specified by:
getDisplayNamein interfaceDialogflowCxPageConfig
-
getAdvancedSettings
public final DialogflowCxPageAdvancedSettings getAdvancedSettings()
Description copied from interface:DialogflowCxPageConfigadvanced_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#advanced_settings DialogflowCxPage#advanced_settings}
- Specified by:
getAdvancedSettingsin interfaceDialogflowCxPageConfig
-
getEntryFulfillment
public final DialogflowCxPageEntryFulfillment getEntryFulfillment()
Description copied from interface:DialogflowCxPageConfigentry_fulfillment block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#entry_fulfillment DialogflowCxPage#entry_fulfillment}
- Specified by:
getEntryFulfillmentin interfaceDialogflowCxPageConfig
-
getEventHandlers
public final Object getEventHandlers()
Description copied from interface:DialogflowCxPageConfigevent_handlers block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#event_handlers DialogflowCxPage#event_handlers}
- Specified by:
getEventHandlersin interfaceDialogflowCxPageConfig
-
getForm
public final DialogflowCxPageForm getForm()
Description copied from interface:DialogflowCxPageConfigform block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#form DialogflowCxPage#form}
- Specified by:
getFormin interfaceDialogflowCxPageConfig
-
getId
public final String getId()
Description copied from interface:DialogflowCxPageConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#id DialogflowCxPage#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceDialogflowCxPageConfig
-
getLanguageCode
public final String getLanguageCode()
Description copied from interface:DialogflowCxPageConfigThe language of the following fields in page:.Page.entry_fulfillment.messages Page.entry_fulfillment.conditional_cases Page.event_handlers.trigger_fulfillment.messages Page.event_handlers.trigger_fulfillment.conditional_cases Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases Page.form.parameters.fill_behavior.reprompt_event_handlers.messages Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases Page.transition_routes.trigger_fulfillment.messages Page.transition_routes.trigger_fulfillment.conditional_cases If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#language_code DialogflowCxPage#language_code}
- Specified by:
getLanguageCodein interfaceDialogflowCxPageConfig
-
getParent
public final String getParent()
Description copied from interface:DialogflowCxPageConfigThe flow to create a page for. 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#parent DialogflowCxPage#parent}
- Specified by:
getParentin interfaceDialogflowCxPageConfig
-
getTimeouts
public final DialogflowCxPageTimeouts getTimeouts()
Description copied from interface:DialogflowCxPageConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#timeouts DialogflowCxPage#timeouts}
- Specified by:
getTimeoutsin interfaceDialogflowCxPageConfig
-
getTransitionRouteGroups
public final List<String> getTransitionRouteGroups()
Description copied from interface:DialogflowCxPageConfigOrdered list of TransitionRouteGroups associated with the page.Transition route groups must be unique within a page. If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects/
/locations/ /agents/ /flows/ /transitionRouteGroups/ . Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#transition_route_groups DialogflowCxPage#transition_route_groups} - Specified by:
getTransitionRouteGroupsin interfaceDialogflowCxPageConfig
-
getTransitionRoutes
public final Object getTransitionRoutes()
Description copied from interface:DialogflowCxPageConfigtransition_routes block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#transition_routes DialogflowCxPage#transition_routes}
- Specified by:
getTransitionRoutesin interfaceDialogflowCxPageConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-