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/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings.java
Copy file name to clipboardExpand all lines: clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ public final class GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings exten
53
53
privateStringnoSpeechTimeout;
54
54
55
55
/**
56
-
* Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
56
+
* Use timeout based endpointing, interpreting endpointer sensitivity as seconds of timeout value.
57
57
* The value may be {@code null}.
58
58
*/
59
59
@com.google.api.client.util.Key
@@ -115,15 +115,15 @@ public GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings setNoSpeechTimeou
115
115
}
116
116
117
117
/**
118
-
* Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
118
+
* Use timeout based endpointing, interpreting endpointer sensitivity as seconds of timeout value.
Copy file name to clipboardExpand all lines: clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowCxV3BargeInConfig.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
* barge-in phase and during which the API starts speech detection and may inform the client that an
28
28
* utterance has been detected. Note that no-speech event is not expected in this phase. The client
29
29
* provides this configuration in terms of the durations of those two phases. The durations are
30
-
* measured in terms of the audio length from the the start of the input audio. No-speech event is a
30
+
* measured in terms of the audio length from the start of the input audio. No-speech event is a
31
31
* response with END_OF_UTTERANCE without any transcript following up.
32
32
*
33
33
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
Copy file name to clipboardExpand all lines: clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowCxV3DataStoreConnection.java
+30
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,15 @@ public final class GoogleCloudDialogflowCxV3DataStoreConnection extends com.goog
46
46
@com.google.api.client.util.Key
47
47
privatejava.lang.StringdataStoreType;
48
48
49
+
/**
50
+
* The document processing mode for the data store connection. Should only be set for PUBLIC_WEB
51
+
* and UNSTRUCTURED data stores. If not set it is considered as DOCUMENTS, as this is the legacy
52
+
* mode.
53
+
* The value may be {@code null}.
54
+
*/
55
+
@com.google.api.client.util.Key
56
+
privatejava.lang.StringdocumentProcessingMode;
57
+
49
58
/**
50
59
* The full name of the referenced data store. Formats:
Copy file name to clipboardExpand all lines: clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowCxV3DeployFlowResponse.java
Copy file name to clipboardExpand all lines: clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public final class GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig extends c
47
47
48
48
/**
49
49
* A list of test case names to run. They should be under the same agent. Format of each test case
50
-
* name: `projects//locations//agents//testCases/`
50
+
* name: `projects//locations//agents//testCases/`
51
51
* The value may be {@code null}.
52
52
*/
53
53
@com.google.api.client.util.Key
@@ -93,7 +93,7 @@ public GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig setEnablePredeploymen
93
93
94
94
/**
95
95
* A list of test case names to run. They should be under the same agent. Format of each test case
Copy file name to clipboardExpand all lines: clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowCxV3EnvironmentVersionConfig.java
Copy file name to clipboardExpand all lines: clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowCxV3EventHandler.java
+24
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,13 @@ public final class GoogleCloudDialogflowCxV3EventHandler extends com.google.api.
61
61
@com.google.api.client.util.Key
62
62
privatejava.lang.StringtargetPage;
63
63
64
+
/**
65
+
* The target playbook to transition to. Format: `projects//locations//agents//playbooks/`.
66
+
* The value may be {@code null}.
67
+
*/
68
+
@com.google.api.client.util.Key
69
+
privatejava.lang.StringtargetPlaybook;
70
+
64
71
/**
65
72
* The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment
66
73
* enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a
@@ -138,6 +145,23 @@ public GoogleCloudDialogflowCxV3EventHandler setTargetPage(java.lang.String targ
138
145
returnthis;
139
146
}
140
147
148
+
/**
149
+
* The target playbook to transition to. Format: `projects//locations//agents//playbooks/`.
150
+
* @return value or {@code null} for none
151
+
*/
152
+
publicjava.lang.StringgetTargetPlaybook() {
153
+
returntargetPlaybook;
154
+
}
155
+
156
+
/**
157
+
* The target playbook to transition to. Format: `projects//locations//agents//playbooks/`.
158
+
* @param targetPlaybook targetPlaybook or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata.java
Copy file name to clipboardExpand all lines: clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowCxV3Page.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ public final class GoogleCloudDialogflowCxV3Page extends com.google.api.client.j
121
121
/**
122
122
* A list of transitions for the transition rules of this page. They route the conversation to
123
123
* another page in the same flow, or another flow. When we are in a certain page, the
124
-
* TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page
124
+
* TransitionRoutes are evaluated in the following order: * TransitionRoutes defined in the page
125
125
* with intent specified. * TransitionRoutes defined in the transition route groups with intent
126
126
* specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined
127
127
* in the transition route groups with intent specified. * TransitionRoutes defined in the page
@@ -310,7 +310,7 @@ public GoogleCloudDialogflowCxV3Page setTransitionRouteGroups(java.util.List<jav
310
310
/**
311
311
* A list of transitions for the transition rules of this page. They route the conversation to
312
312
* another page in the same flow, or another flow. When we are in a certain page, the
313
-
* TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page
313
+
* TransitionRoutes are evaluated in the following order: * TransitionRoutes defined in the page
314
314
* with intent specified. * TransitionRoutes defined in the transition route groups with intent
315
315
* specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined
316
316
* in the transition route groups with intent specified. * TransitionRoutes defined in the page
@@ -325,7 +325,7 @@ public java.util.List<GoogleCloudDialogflowCxV3TransitionRoute> getTransitionRou
325
325
/**
326
326
* A list of transitions for the transition rules of this page. They route the conversation to
327
327
* another page in the same flow, or another flow. When we are in a certain page, the
328
-
* TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page
328
+
* TransitionRoutes are evaluated in the following order: * TransitionRoutes defined in the page
329
329
* with intent specified. * TransitionRoutes defined in the transition route groups with intent
330
330
* specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined
331
331
* in the transition route groups with intent specified. * TransitionRoutes defined in the page
0 commit comments