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

      • getFlow

        public final String getFlow()
        Description copied from interface: DialogflowCxTestCaseTestConfig
        Flow name to start the test case with.

        Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If neither is set, the test case will start with start page on the default start flow. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#flow DialogflowCxTestCase#flow}

        Specified by:
        getFlow in interface DialogflowCxTestCaseTestConfig
      • getPage

        public final String getPage()
        Description copied from interface: DialogflowCxTestCaseTestConfig
        The page to start the test case with.

        Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If neither is set, the test case will start with start page on the default start flow. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#page DialogflowCxTestCase#page}

        Specified by:
        getPage in interface DialogflowCxTestCaseTestConfig
      • getTrackingParameters

        public final List<String> getTrackingParameters()
        Description copied from interface: DialogflowCxTestCaseTestConfig
        Session parameters to be compared when calculating differences.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#tracking_parameters DialogflowCxTestCase#tracking_parameters}

        Specified by:
        getTrackingParameters in interface DialogflowCxTestCaseTestConfig
      • $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