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: java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AdvancedSettings.java
+12-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,12 @@
24
24
* <pre>
25
25
* Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.
26
26
* Settings exposed at lower level overrides the settings exposed at higher
27
-
* level.
27
+
* level. Overriding occurs at the sub-setting level. For example, the
28
+
* playback_interruption_settings at fulfillment level only overrides the
29
+
* playback_interruption_settings at the agent level, leaving other settings
30
+
* at the agent level unchanged.
31
+
* DTMF settings does not override each other. DTMF settings set at different
32
+
* levels define DTMF detections running in parallel.
Copy file name to clipboardExpand all lines: java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/WebhookRequest.java
+4
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@
24
24
* <pre>
25
25
* The request message for a webhook call. The request is sent as a JSON object
26
26
* and the field names will be presented in camel cases.
27
+
* You may see undocumented fields in an actual request. These fields are used
28
+
* internally by Dialogflow and should be ignored.
27
29
* </pre>
28
30
*
29
31
* Protobuf type {@code google.cloud.dialogflow.cx.v3beta1.WebhookRequest}
Copy file name to clipboardExpand all lines: java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/proto/google/cloud/dialogflow/cx/v3beta1/advanced_settings.proto
Copy file name to clipboardExpand all lines: java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/proto/google/cloud/dialogflow/cx/v3beta1/webhook.proto
0 commit comments