Class DialogflowCxFlowEventHandlers.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

      • getEvent

        public final String getEvent()
        Description copied from interface: DialogflowCxFlowEventHandlers
        The name of the event to handle.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#event DialogflowCxFlow#event}

        Specified by:
        getEvent in interface DialogflowCxFlowEventHandlers
      • getTargetFlow

        public final String getTargetFlow()
        Description copied from interface: DialogflowCxFlowEventHandlers
        The target flow to transition to. Format: projects//locations//agents//flows/.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#target_flow DialogflowCxFlow#target_flow}

        Specified by:
        getTargetFlow in interface DialogflowCxFlowEventHandlers
      • getTargetPage

        public final String getTargetPage()
        Description copied from interface: DialogflowCxFlowEventHandlers
        The target page to transition to. Format: projects//locations//agents//flows//pages/.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#target_page DialogflowCxFlow#target_page}

        Specified by:
        getTargetPage in interface DialogflowCxFlowEventHandlers
      • $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