Skip to content

Commit 3b8869b

Browse files
Google APIscopybara-github
authored andcommitted
feat: added support for custom content types
docs: clarified wording around quota usage PiperOrigin-RevId: 513681148
1 parent daccff8 commit 3b8869b

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

google/cloud/dialogflow/v2/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ java_gapic_library(
101101
rest_numeric_enums = True,
102102
service_yaml = "dialogflow_v2.yaml",
103103
test_deps = [
104-
":dialogflow_java_grpc",
105104
"//google/cloud/location:location_java_grpc",
105+
":dialogflow_java_grpc",
106106
],
107107
transport = "grpc+rest",
108108
deps = [

google/cloud/dialogflow/v2/conversation_profile.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ service ConversationProfiles {
150150
}
151151
};
152152
option (google.api.method_signature) = "conversation_profile";
153+
option (google.api.method_signature) =
154+
"conversation_profile,participant_role,suggestion_feature_config";
153155
option (google.longrunning.operation_info) = {
154156
response_type: "ConversationProfile"
155157
metadata_type: "SetSuggestionFeatureConfigOperationMetadata"
@@ -178,6 +180,8 @@ service ConversationProfiles {
178180
}
179181
};
180182
option (google.api.method_signature) = "conversation_profile";
183+
option (google.api.method_signature) =
184+
"conversation_profile,participant_role,suggestion_feature_type";
181185
option (google.longrunning.operation_info) = {
182186
response_type: "ConversationProfile"
183187
metadata_type: "ClearSuggestionFeatureConfigOperationMetadata"

google/cloud/dialogflow/v2/dialogflow_v2.yaml

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

77+
- selector: google.longrunning.Operations.ListOperations
78+
description: |-
79+
Lists operations that match the specified filter in the request. If
80+
the server doesn't support this method, it returns `UNIMPLEMENTED`.
81+
7782
backend:
7883
rules:
7984
- selector: 'google.cloud.dialogflow.v2.Agents.*'

0 commit comments

Comments
 (0)