Class DialogflowCxPageFormParameters.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_page.DialogflowCxPageFormParameters.Jsii$Proxy
-
- All Implemented Interfaces:
DialogflowCxPageFormParameters,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DialogflowCxPageFormParameters
@Stability(Stable) @Internal public static final class DialogflowCxPageFormParameters.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DialogflowCxPageFormParameters
An implementation forDialogflowCxPageFormParameters
-
-
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.DialogflowCxPageFormParameters
DialogflowCxPageFormParameters.Builder, DialogflowCxPageFormParameters.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DialogflowCxPageFormParameters.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxPageFormParameters.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)DialogflowCxPageFormParametersAdvancedSettingsgetAdvancedSettings()advanced_settings block.StringgetDefaultValue()The default value of an optional parameter.StringgetDisplayName()The human-readable name of the parameter, unique within the form.StringgetEntityType()The entity type of the parameter.DialogflowCxPageFormParametersFillBehaviorgetFillBehavior()fill_behavior block.ObjectgetIsList()Indicates whether the parameter represents a list of values.ObjectgetRedact()Indicates whether the parameter content should be redacted in log.ObjectgetRequired()Indicates whether the parameter is required.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(DialogflowCxPageFormParameters.Builder builder)
Constructor that initializes the object based on literal property values passed by theDialogflowCxPageFormParameters.Builder.
-
-
Method Detail
-
getAdvancedSettings
public final DialogflowCxPageFormParametersAdvancedSettings getAdvancedSettings()
Description copied from interface:DialogflowCxPageFormParametersadvanced_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 interfaceDialogflowCxPageFormParameters
-
getDefaultValue
public final String getDefaultValue()
Description copied from interface:DialogflowCxPageFormParametersThe default value of an optional parameter. If the parameter is required, the default value will be ignored.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#default_value DialogflowCxPage#default_value}
- Specified by:
getDefaultValuein interfaceDialogflowCxPageFormParameters
-
getDisplayName
public final String getDisplayName()
Description copied from interface:DialogflowCxPageFormParametersThe human-readable name of the parameter, unique within the form.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 interfaceDialogflowCxPageFormParameters
-
getEntityType
public final String getEntityType()
Description copied from interface:DialogflowCxPageFormParametersThe entity type of the parameter.Format: projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects/ /locations/ /agents/ /entityTypes/ for developer entity types. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#entity_type DialogflowCxPage#entity_type} - Specified by:
getEntityTypein interfaceDialogflowCxPageFormParameters
-
getFillBehavior
public final DialogflowCxPageFormParametersFillBehavior getFillBehavior()
Description copied from interface:DialogflowCxPageFormParametersfill_behavior block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#fill_behavior DialogflowCxPage#fill_behavior}
- Specified by:
getFillBehaviorin interfaceDialogflowCxPageFormParameters
-
getIsList
public final Object getIsList()
Description copied from interface:DialogflowCxPageFormParametersIndicates whether the parameter represents a list of values.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#is_list DialogflowCxPage#is_list}
- Specified by:
getIsListin interfaceDialogflowCxPageFormParameters
-
getRedact
public final Object getRedact()
Description copied from interface:DialogflowCxPageFormParametersIndicates whether the parameter content should be redacted in log.If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#redact DialogflowCxPage#redact}
- Specified by:
getRedactin interfaceDialogflowCxPageFormParameters
-
getRequired
public final Object getRequired()
Description copied from interface:DialogflowCxPageFormParametersIndicates whether the parameter is required.Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#required DialogflowCxPage#required}
- Specified by:
getRequiredin interfaceDialogflowCxPageFormParameters
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-