Class DialogflowCxTestCaseTestConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_test_case.DialogflowCxTestCaseTestConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DialogflowCxTestCaseTestConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DialogflowCxTestCaseTestConfig
@Stability(Stable) @Internal public static final class DialogflowCxTestCaseTestConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DialogflowCxTestCaseTestConfig
An implementation forDialogflowCxTestCaseTestConfig
-
-
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_test_case.DialogflowCxTestCaseTestConfig
DialogflowCxTestCaseTestConfig.Builder, DialogflowCxTestCaseTestConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DialogflowCxTestCaseTestConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxTestCaseTestConfig.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)StringgetFlow()Flow name to start the test case with.StringgetPage()The page to start the test case with.List<String>getTrackingParameters()Session parameters to be compared when calculating differences.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(DialogflowCxTestCaseTestConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDialogflowCxTestCaseTestConfig.Builder.
-
-
Method Detail
-
getFlow
public final String getFlow()
Description copied from interface:DialogflowCxTestCaseTestConfigFlow 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:
getFlowin interfaceDialogflowCxTestCaseTestConfig
-
getPage
public final String getPage()
Description copied from interface:DialogflowCxTestCaseTestConfigThe 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:
getPagein interfaceDialogflowCxTestCaseTestConfig
-
getTrackingParameters
public final List<String> getTrackingParameters()
Description copied from interface:DialogflowCxTestCaseTestConfigSession 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:
getTrackingParametersin interfaceDialogflowCxTestCaseTestConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-