Class DialogflowCxFlowConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_flow.DialogflowCxFlowConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DialogflowCxFlowConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DialogflowCxFlowConfig
@Stability(Stable) @Internal public static final class DialogflowCxFlowConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DialogflowCxFlowConfig
An implementation forDialogflowCxFlowConfig
-
-
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_flow.DialogflowCxFlowConfig
DialogflowCxFlowConfig.Builder, DialogflowCxFlowConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DialogflowCxFlowConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxFlowConfig.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)DialogflowCxFlowAdvancedSettingsgetAdvancedSettings()advanced_settings block.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()The description of the flow.StringgetDisplayName()The human-readable name of the flow.ObjectgetEventHandlers()event_handlers block.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#id DialogflowCxFlow#id}.ObjectgetIsDefaultStartFlow()Marks this as the Default Start Flow for an agent.StringgetLanguageCode()The language of the following fields in flow: Flow.event_handlers.trigger_fulfillment.messages Flow.event_handlers.trigger_fulfillment.conditional_cases Flow.transition_routes.trigger_fulfillment.messages Flow.transition_routes.trigger_fulfillment.conditional_cases If not specified, the agent's default language is used.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()DialogflowCxFlowNluSettingsgetNluSettings()nlu_settings block.StringgetParent()The agent to create a flow for.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()DialogflowCxFlowTimeoutsgetTimeouts()timeouts block.List<String>getTransitionRouteGroups()A flow's transition route group serve two purposes: They are responsible for matching the user's first utterances in the flow.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(DialogflowCxFlowConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDialogflowCxFlowConfig.Builder.
-
-
Method Detail
-
getDisplayName
public final String getDisplayName()
Description copied from interface:DialogflowCxFlowConfigThe human-readable name of the flow.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#display_name DialogflowCxFlow#display_name}
- Specified by:
getDisplayNamein interfaceDialogflowCxFlowConfig
-
getAdvancedSettings
public final DialogflowCxFlowAdvancedSettings getAdvancedSettings()
Description copied from interface:DialogflowCxFlowConfigadvanced_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#advanced_settings DialogflowCxFlow#advanced_settings}
- Specified by:
getAdvancedSettingsin interfaceDialogflowCxFlowConfig
-
getDescription
public final String getDescription()
Description copied from interface:DialogflowCxFlowConfigThe description of the flow. The maximum length is 500 characters. If exceeded, the request is rejected.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#description DialogflowCxFlow#description}
- Specified by:
getDescriptionin interfaceDialogflowCxFlowConfig
-
getEventHandlers
public final Object getEventHandlers()
Description copied from interface:DialogflowCxFlowConfigevent_handlers block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#event_handlers DialogflowCxFlow#event_handlers}
- Specified by:
getEventHandlersin interfaceDialogflowCxFlowConfig
-
getId
public final String getId()
Description copied from interface:DialogflowCxFlowConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#id DialogflowCxFlow#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 interfaceDialogflowCxFlowConfig
-
getIsDefaultStartFlow
public final Object getIsDefaultStartFlow()
Description copied from interface:DialogflowCxFlowConfigMarks this as the Default Start Flow for an agent. When you create an agent, the Default Start Flow is created automatically. The Default Start Flow cannot be deleted; deleting the 'google_dialogflow_cx_flow' resource does nothing to the underlying GCP resources.~> Avoid having multiple 'google_dialogflow_cx_flow' resources linked to the same agent with 'is_default_start_flow = true' because they will compete to control a single Default Start Flow resource in GCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#is_default_start_flow DialogflowCxFlow#is_default_start_flow}
- Specified by:
getIsDefaultStartFlowin interfaceDialogflowCxFlowConfig
-
getLanguageCode
public final String getLanguageCode()
Description copied from interface:DialogflowCxFlowConfigThe language of the following fields in flow: Flow.event_handlers.trigger_fulfillment.messages Flow.event_handlers.trigger_fulfillment.conditional_cases Flow.transition_routes.trigger_fulfillment.messages Flow.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_flow#language_code DialogflowCxFlow#language_code}
- Specified by:
getLanguageCodein interfaceDialogflowCxFlowConfig
-
getNluSettings
public final DialogflowCxFlowNluSettings getNluSettings()
Description copied from interface:DialogflowCxFlowConfignlu_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#nlu_settings DialogflowCxFlow#nlu_settings}
- Specified by:
getNluSettingsin interfaceDialogflowCxFlowConfig
-
getParent
public final String getParent()
Description copied from interface:DialogflowCxFlowConfigThe agent to create a flow for. Format: projects//locations/ /agents/ . Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#parent DialogflowCxFlow#parent}
- Specified by:
getParentin interfaceDialogflowCxFlowConfig
-
getTimeouts
public final DialogflowCxFlowTimeouts getTimeouts()
Description copied from interface:DialogflowCxFlowConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#timeouts DialogflowCxFlow#timeouts}
- Specified by:
getTimeoutsin interfaceDialogflowCxFlowConfig
-
getTransitionRouteGroups
public final List<String> getTransitionRouteGroups()
Description copied from interface:DialogflowCxFlowConfigA flow's transition route group serve two purposes: They are responsible for matching the user's first utterances in the flow.They are inherited by every page's [transition route groups][Page.transition_route_groups]. Transition route groups defined in the page have higher priority than those defined in the flow. 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_flow#transition_route_groups DialogflowCxFlow#transition_route_groups} - Specified by:
getTransitionRouteGroupsin interfaceDialogflowCxFlowConfig
-
getTransitionRoutes
public final Object getTransitionRoutes()
Description copied from interface:DialogflowCxFlowConfigtransition_routes block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#transition_routes DialogflowCxFlow#transition_routes}
- Specified by:
getTransitionRoutesin interfaceDialogflowCxFlowConfig
-
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
-
-