Skip to content

Commit c13a985

Browse files
Google APIscopybara-github
authored andcommitted
docs: clarified wording around quota usage
PiperOrigin-RevId: 516225429
1 parent a1df408 commit c13a985

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

google/cloud/dialogflow/cx/v3/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ java_gapic_library(
100100
rest_numeric_enums = True,
101101
service_yaml = "dialogflow_v3.yaml",
102102
test_deps = [
103-
":cx_java_grpc",
104103
"//google/cloud/location:location_java_grpc",
104+
":cx_java_grpc",
105105
],
106106
transport = "grpc+rest",
107107
deps = [

google/cloud/dialogflow/cx/v3/deployment.proto

Lines changed: 1 addition & 1 deletion
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.

google/cloud/dialogflow/cx/v3/session.proto

Lines changed: 1 addition & 1 deletion
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)