Skip to content

Commit fa280ad

Browse files
Google APIscopybara-github
authored andcommitted
feat: added support for custom content types
docs: clarified wording around quota usage PiperOrigin-RevId: 513878229
1 parent 0017949 commit fa280ad

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

google/cloud/dialogflow/cx/v3beta1/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_v3beta1.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/v3beta1/deployment.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ service Deployments {
5959
}
6060
}
6161

62-
// Represents an deployment in an environment. A deployment happens when a flow
62+
// Represents a deployment in an environment. A deployment happens when a flow
6363
// version configured to be active in the environment. You can configure running
6464
// pre-deployment steps, e.g. running validation test cases, experiment
6565
// auto-rollout, etc.

google/cloud/dialogflow/cx/v3beta1/dialogflow_v3beta1.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ documentation:
7070
- selector: google.cloud.location.Locations.ListLocations
7171
description: Lists information about the supported locations for this service.
7272

73+
- selector: google.longrunning.Operations.ListOperations
74+
description: |-
75+
Lists operations that match the specified filter in the request. If
76+
the server doesn't support this method, it returns `UNIMPLEMENTED`.
77+
7378
backend:
7479
rules:
7580
- selector: 'google.cloud.dialogflow.cx.v3beta1.Agents.*'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ message AudioInput {
711711
InputAudioConfig config = 1 [(google.api.field_behavior) = REQUIRED];
712712

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

0 commit comments

Comments
 (0)