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-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/AudioInput.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ public com.google.cloud.dialogflow.cx.v3.InputAudioConfigOrBuilder getConfigOrBu
130
130
*
131
131
* <pre>
132
132
* The natural language speech audio to be processed.
133
-
* A single request can contain up to 1 minute of speech audio data.
133
+
* A single request can contain up to 2 minutes of speech audio data.
Copy file name to clipboardExpand all lines: java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/AudioInputOrBuilder.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ public interface AudioInputOrBuilder
69
69
*
70
70
* <pre>
71
71
* The natural language speech audio to be processed.
72
-
* A single request can contain up to 1 minute of speech audio data.
72
+
* A single request can contain up to 2 minutes of speech audio data.
Copy file name to clipboardExpand all lines: java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/Deployment.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
*
23
23
*
24
24
* <pre>
25
-
* Represents an deployment in an environment. A deployment happens when a flow
25
+
* Represents a deployment in an environment. A deployment happens when a flow
26
26
* version configured to be active in the environment. You can configure running
27
27
* pre-deployment steps, e.g. running validation test cases, experiment
Copy file name to clipboardExpand all lines: java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/deployment.proto
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ service Deployments {
58
58
}
59
59
}
60
60
61
-
// Represents an deployment in an environment. A deployment happens when a flow
61
+
// Represents a deployment in an environment. A deployment happens when a flow
62
62
// version configured to be active in the environment. You can configure running
63
63
// pre-deployment steps, e.g. running validation test cases, experiment
Copy file name to clipboardExpand all lines: java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/session.proto
0 commit comments