You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-dialogflow/v2beta1/2.0.0/com/google/api/services/dialogflow/v2beta1/model/GoogleCloudDialogflowCxV3TestConfig.java
+9-15Lines changed: 9 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,8 @@ public final class GoogleCloudDialogflowCxV3TestConfig extends com.google.api.cl
31
31
32
32
/**
33
33
* Flow name to start the test case with. Format: `projects//locations//agents//flows/`. Only one
34
-
* of `flow` and `page` should be set to indicate the starting point of the test case. If both are
35
-
* set, `page` takes precedence over `flow`. If neither is set, the test case will start with
36
-
* start page on the default start flow.
34
+
* of `flow` and `page` should be set to indicate the starting point of the test case. If neither
35
+
* is set, the test case will start with start page on the default start flow.
37
36
* The value may be {@code null}.
38
37
*/
39
38
@com.google.api.client.util.Key
@@ -42,8 +41,7 @@ public final class GoogleCloudDialogflowCxV3TestConfig extends com.google.api.cl
42
41
/**
43
42
* The page to start the test case with. Format: `projects//locations//agents//flows//pages/`.
44
43
* Only one of `flow` and `page` should be set to indicate the starting point of the test case. If
45
-
* both are set, `page` takes precedence over `flow`. If neither is set, the test case will start
46
-
* with start page on the default start flow.
44
+
* neither is set, the test case will start with start page on the default start flow.
47
45
* The value may be {@code null}.
48
46
*/
49
47
@com.google.api.client.util.Key
@@ -58,9 +56,8 @@ public final class GoogleCloudDialogflowCxV3TestConfig extends com.google.api.cl
58
56
59
57
/**
60
58
* Flow name to start the test case with. Format: `projects//locations//agents//flows/`. Only one
61
-
* of `flow` and `page` should be set to indicate the starting point of the test case. If both are
62
-
* set, `page` takes precedence over `flow`. If neither is set, the test case will start with
63
-
* start page on the default start flow.
59
+
* of `flow` and `page` should be set to indicate the starting point of the test case. If neither
60
+
* is set, the test case will start with start page on the default start flow.
64
61
* @return value or {@code null} for none
65
62
*/
66
63
publicjava.lang.StringgetFlow() {
@@ -69,9 +66,8 @@ public java.lang.String getFlow() {
69
66
70
67
/**
71
68
* Flow name to start the test case with. Format: `projects//locations//agents//flows/`. Only one
72
-
* of `flow` and `page` should be set to indicate the starting point of the test case. If both are
73
-
* set, `page` takes precedence over `flow`. If neither is set, the test case will start with
74
-
* start page on the default start flow.
69
+
* of `flow` and `page` should be set to indicate the starting point of the test case. If neither
70
+
* is set, the test case will start with start page on the default start flow.
Copy file name to clipboardExpand all lines: clients/google-api-services-dialogflow/v2beta1/2.0.0/com/google/api/services/dialogflow/v2beta1/model/GoogleCloudDialogflowCxV3beta1TestConfig.java
+9-15Lines changed: 9 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,8 @@ public final class GoogleCloudDialogflowCxV3beta1TestConfig extends com.google.a
31
31
32
32
/**
33
33
* Flow name to start the test case with. Format: `projects//locations//agents//flows/`. Only one
34
-
* of `flow` and `page` should be set to indicate the starting point of the test case. If both are
35
-
* set, `page` takes precedence over `flow`. If neither is set, the test case will start with
36
-
* start page on the default start flow.
34
+
* of `flow` and `page` should be set to indicate the starting point of the test case. If neither
35
+
* is set, the test case will start with start page on the default start flow.
37
36
* The value may be {@code null}.
38
37
*/
39
38
@com.google.api.client.util.Key
@@ -42,8 +41,7 @@ public final class GoogleCloudDialogflowCxV3beta1TestConfig extends com.google.a
42
41
/**
43
42
* The page to start the test case with. Format: `projects//locations//agents//flows//pages/`.
44
43
* Only one of `flow` and `page` should be set to indicate the starting point of the test case. If
45
-
* both are set, `page` takes precedence over `flow`. If neither is set, the test case will start
46
-
* with start page on the default start flow.
44
+
* neither is set, the test case will start with start page on the default start flow.
47
45
* The value may be {@code null}.
48
46
*/
49
47
@com.google.api.client.util.Key
@@ -58,9 +56,8 @@ public final class GoogleCloudDialogflowCxV3beta1TestConfig extends com.google.a
58
56
59
57
/**
60
58
* Flow name to start the test case with. Format: `projects//locations//agents//flows/`. Only one
61
-
* of `flow` and `page` should be set to indicate the starting point of the test case. If both are
62
-
* set, `page` takes precedence over `flow`. If neither is set, the test case will start with
63
-
* start page on the default start flow.
59
+
* of `flow` and `page` should be set to indicate the starting point of the test case. If neither
60
+
* is set, the test case will start with start page on the default start flow.
64
61
* @return value or {@code null} for none
65
62
*/
66
63
publicjava.lang.StringgetFlow() {
@@ -69,9 +66,8 @@ public java.lang.String getFlow() {
69
66
70
67
/**
71
68
* Flow name to start the test case with. Format: `projects//locations//agents//flows/`. Only one
72
-
* of `flow` and `page` should be set to indicate the starting point of the test case. If both are
73
-
* set, `page` takes precedence over `flow`. If neither is set, the test case will start with
74
-
* start page on the default start flow.
69
+
* of `flow` and `page` should be set to indicate the starting point of the test case. If neither
70
+
* is set, the test case will start with start page on the default start flow.
Copy file name to clipboardExpand all lines: clients/google-api-services-dialogflow/v2beta1/2.0.0/com/google/api/services/dialogflow/v2beta1/model/GoogleCloudDialogflowV2beta1SpeechToTextConfig.java
0 commit comments