Class DialogflowCxPageFormParameters.Jsii$Proxy

    • 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.
    • Method Detail

      • getDefaultValue

        public final String getDefaultValue()
        Description copied from interface: DialogflowCxPageFormParameters
        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}

        Specified by:
        getDefaultValue in interface DialogflowCxPageFormParameters
      • getDisplayName

        public final String getDisplayName()
        Description copied from interface: DialogflowCxPageFormParameters
        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}

        Specified by:
        getDisplayName in interface DialogflowCxPageFormParameters
      • getEntityType

        public final String getEntityType()
        Description copied from interface: DialogflowCxPageFormParameters
        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}

        Specified by:
        getEntityType in interface DialogflowCxPageFormParameters
      • getIsList

        public final Object getIsList()
        Description copied from interface: DialogflowCxPageFormParameters
        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}

        Specified by:
        getIsList in interface DialogflowCxPageFormParameters
      • getRedact

        public final Object getRedact()
        Description copied from interface: DialogflowCxPageFormParameters
        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}

        Specified by:
        getRedact in interface DialogflowCxPageFormParameters
      • getRequired

        public final Object getRequired()
        Description copied from interface: DialogflowCxPageFormParameters
        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}

        Specified by:
        getRequired in interface DialogflowCxPageFormParameters
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object