Skip to content

Commit bcb6df2

Browse files
docs: [dialogflow-cx] clarified wording around quota usage (#9209)
* docs: clarified wording around quota usage PiperOrigin-RevId: 516225429 Source-Link: googleapis/googleapis@c13a985 Source-Link: https://github.com/googleapis/googleapis-gen/commit/7bf5248fa1d724006a589e07d9029951c74a8bc6 Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93LWN4Ly5Pd2xCb3QueWFtbCIsImgiOiI3YmY1MjQ4ZmExZDcyNDAwNmE1ODllMDdkOTAyOTk1MWM3NGE4YmM2In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a466b3b commit bcb6df2

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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 numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public com.google.cloud.dialogflow.cx.v3.InputAudioConfigOrBuilder getConfigOrBu
130130
*
131131
* <pre>
132132
* 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.
134134
* The [transcribed
135135
* text][google.cloud.dialogflow.cx.v3.QueryResult.transcript] cannot contain
136136
* more than 256 bytes.
@@ -727,7 +727,7 @@ public com.google.cloud.dialogflow.cx.v3.InputAudioConfigOrBuilder getConfigOrBu
727727
*
728728
* <pre>
729729
* The natural language speech audio to be processed.
730-
* A single request can contain up to 1 minute of speech audio data.
730+
* A single request can contain up to 2 minutes of speech audio data.
731731
* The [transcribed
732732
* text][google.cloud.dialogflow.cx.v3.QueryResult.transcript] cannot contain
733733
* more than 256 bytes.
@@ -750,7 +750,7 @@ public com.google.protobuf.ByteString getAudio() {
750750
*
751751
* <pre>
752752
* The natural language speech audio to be processed.
753-
* A single request can contain up to 1 minute of speech audio data.
753+
* A single request can contain up to 2 minutes of speech audio data.
754754
* The [transcribed
755755
* text][google.cloud.dialogflow.cx.v3.QueryResult.transcript] cannot contain
756756
* more than 256 bytes.
@@ -779,7 +779,7 @@ public Builder setAudio(com.google.protobuf.ByteString value) {
779779
*
780780
* <pre>
781781
* The natural language speech audio to be processed.
782-
* A single request can contain up to 1 minute of speech audio data.
782+
* A single request can contain up to 2 minutes of speech audio data.
783783
* The [transcribed
784784
* text][google.cloud.dialogflow.cx.v3.QueryResult.transcript] cannot contain
785785
* more than 256 bytes.

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 numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public interface AudioInputOrBuilder
6969
*
7070
* <pre>
7171
* 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.
7373
* The [transcribed
7474
* text][google.cloud.dialogflow.cx.v3.QueryResult.transcript] cannot contain
7575
* more than 256 bytes.

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 numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
*
2424
* <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
2626
* version configured to be active in the environment. You can configure running
2727
* pre-deployment steps, e.g. running validation test cases, experiment
2828
* auto-rollout, etc.
@@ -1821,7 +1821,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
18211821
*
18221822
*
18231823
* <pre>
1824-
* Represents an deployment in an environment. A deployment happens when a flow
1824+
* Represents a deployment in an environment. A deployment happens when a flow
18251825
* version configured to be active in the environment. You can configure running
18261826
* pre-deployment steps, e.g. running validation test cases, experiment
18271827
* auto-rollout, etc.

java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/deployment.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ service Deployments {
5858
}
5959
}
6060

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
6262
// version configured to be active in the environment. You can configure running
6363
// pre-deployment steps, e.g. running validation test cases, experiment
6464
// auto-rollout, etc.

java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/session.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ message AudioInput {
709709
InputAudioConfig config = 1 [(google.api.field_behavior) = REQUIRED];
710710

711711
// The natural language speech audio to be processed.
712-
// A single request can contain up to 1 minute of speech audio data.
712+
// A single request can contain up to 2 minutes of speech audio data.
713713
// The [transcribed
714714
// text][google.cloud.dialogflow.cx.v3.QueryResult.transcript] cannot contain
715715
// more than 256 bytes.

0 commit comments

Comments
 (0)