Interface DialogflowCxTestCaseTestConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxTestCaseTestConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.018Z") @Stability(Stable) public interface DialogflowCxTestCaseTestConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxTestCaseTestConfig.BuilderA builder forDialogflowCxTestCaseTestConfigstatic classDialogflowCxTestCaseTestConfig.Jsii$ProxyAn implementation forDialogflowCxTestCaseTestConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DialogflowCxTestCaseTestConfig.Builderbuilder()default StringgetFlow()Flow name to start the test case with.default StringgetPage()The page to start the test case with.default List<String>getTrackingParameters()Session parameters to be compared when calculating differences.
-
-
-
Method Detail
-
getFlow
@Stability(Stable) @Nullable default String getFlow()
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}
-
getPage
@Stability(Stable) @Nullable default String getPage()
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}
-
getTrackingParameters
@Stability(Stable) @Nullable default List<String> getTrackingParameters()
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}
-
builder
@Stability(Stable) static DialogflowCxTestCaseTestConfig.Builder builder()
-
-