public interface TestConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFlow()
Flow name to start the test case with.
|
com.google.protobuf.ByteString |
getFlowBytes()
Flow name to start the test case with.
|
String |
getPage()
The [page][google.cloud.dialogflow.cx.v3.Page] to start the test case with.
|
com.google.protobuf.ByteString |
getPageBytes()
The [page][google.cloud.dialogflow.cx.v3.Page] to start the test case with.
|
String |
getTrackingParameters(int index)
Session parameters to be compared when calculating differences.
|
com.google.protobuf.ByteString |
getTrackingParametersBytes(int index)
Session parameters to be compared when calculating differences.
|
int |
getTrackingParametersCount()
Session parameters to be compared when calculating differences.
|
List<String> |
getTrackingParametersList()
Session parameters to be compared when calculating differences.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getTrackingParametersList()
Session parameters to be compared when calculating differences.
repeated string tracking_parameters = 1;int getTrackingParametersCount()
Session parameters to be compared when calculating differences.
repeated string tracking_parameters = 1;String getTrackingParameters(int index)
Session parameters to be compared when calculating differences.
repeated string tracking_parameters = 1;index - The index of the element to return.com.google.protobuf.ByteString getTrackingParametersBytes(int index)
Session parameters to be compared when calculating differences.
repeated string tracking_parameters = 1;index - The index of the value to return.String getFlow()
Flow name to start the test case with. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>`. Only one of `flow` and `page` should be set to indicate the starting point of the test case. If both are set, `page` takes precedence over `flow`. If neither is set, the test case will start with start page on the default start flow.
string flow = 2 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getFlowBytes()
Flow name to start the test case with. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>`. Only one of `flow` and `page` should be set to indicate the starting point of the test case. If both are set, `page` takes precedence over `flow`. If neither is set, the test case will start with start page on the default start flow.
string flow = 2 [(.google.api.resource_reference) = { ... }String getPage()
The [page][google.cloud.dialogflow.cx.v3.Page] to start the test case with. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`. Only one of `flow` and `page` should be set to indicate the starting point of the test case. If both are set, `page` takes precedence over `flow`. If neither is set, the test case will start with start page on the default start flow.
string page = 3 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getPageBytes()
The [page][google.cloud.dialogflow.cx.v3.Page] to start the test case with. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`. Only one of `flow` and `page` should be set to indicate the starting point of the test case. If both are set, `page` takes precedence over `flow`. If neither is set, the test case will start with start page on the default start flow.
string page = 3 [(.google.api.resource_reference) = { ... }Copyright © 2022 Google LLC. All rights reserved.