Interface DialogflowCxPageFormParameters
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxPageFormParameters.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.977Z") @Stability(Stable) public interface DialogflowCxPageFormParameters extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxPageFormParameters.BuilderA builder forDialogflowCxPageFormParametersstatic classDialogflowCxPageFormParameters.Jsii$ProxyAn implementation forDialogflowCxPageFormParameters
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DialogflowCxPageFormParameters.Builderbuilder()default DialogflowCxPageFormParametersAdvancedSettingsgetAdvancedSettings()advanced_settings block.default StringgetDefaultValue()The default value of an optional parameter.default StringgetDisplayName()The human-readable name of the parameter, unique within the form.default StringgetEntityType()The entity type of the parameter.default DialogflowCxPageFormParametersFillBehaviorgetFillBehavior()fill_behavior block.default ObjectgetIsList()Indicates whether the parameter represents a list of values.default ObjectgetRedact()Indicates whether the parameter content should be redacted in log.default ObjectgetRequired()Indicates whether the parameter is required.
-
-
-
Method Detail
-
getAdvancedSettings
@Stability(Stable) @Nullable default DialogflowCxPageFormParametersAdvancedSettings getAdvancedSettings()
advanced_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}
-
getDefaultValue
@Stability(Stable) @Nullable default String getDefaultValue()
The 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}
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
The 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}
-
getEntityType
@Stability(Stable) @Nullable default String getEntityType()
The 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}
-
getFillBehavior
@Stability(Stable) @Nullable default DialogflowCxPageFormParametersFillBehavior getFillBehavior()
fill_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}
-
getIsList
@Stability(Stable) @Nullable default Object getIsList()
Indicates 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}
-
getRedact
@Stability(Stable) @Nullable default Object getRedact()
Indicates 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}
-
getRequired
@Stability(Stable) @Nullable default Object getRequired()
Indicates 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}
-
builder
@Stability(Stable) static DialogflowCxPageFormParameters.Builder builder()
-
-