Skip to content

Commit

Permalink
feat: added support for custom content types
Browse files Browse the repository at this point in the history
docs: clarified wording around quota usage

PiperOrigin-RevId: 513681148
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 3, 2023
1 parent daccff8 commit 3b8869b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/dialogflow/v2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ java_gapic_library(
rest_numeric_enums = True,
service_yaml = "dialogflow_v2.yaml",
test_deps = [
":dialogflow_java_grpc",
"//google/cloud/location:location_java_grpc",
":dialogflow_java_grpc",
],
transport = "grpc+rest",
deps = [
Expand Down
4 changes: 4 additions & 0 deletions google/cloud/dialogflow/v2/conversation_profile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ service ConversationProfiles {
}
};
option (google.api.method_signature) = "conversation_profile";
option (google.api.method_signature) =
"conversation_profile,participant_role,suggestion_feature_config";
option (google.longrunning.operation_info) = {
response_type: "ConversationProfile"
metadata_type: "SetSuggestionFeatureConfigOperationMetadata"
Expand Down Expand Up @@ -178,6 +180,8 @@ service ConversationProfiles {
}
};
option (google.api.method_signature) = "conversation_profile";
option (google.api.method_signature) =
"conversation_profile,participant_role,suggestion_feature_type";
option (google.longrunning.operation_info) = {
response_type: "ConversationProfile"
metadata_type: "ClearSuggestionFeatureConfigOperationMetadata"
Expand Down
5 changes: 5 additions & 0 deletions google/cloud/dialogflow/v2/dialogflow_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ documentation:
- selector: google.cloud.location.Locations.ListLocations
description: Lists information about the supported locations for this service.

- selector: google.longrunning.Operations.ListOperations
description: |-
Lists operations that match the specified filter in the request. If
the server doesn't support this method, it returns `UNIMPLEMENTED`.
backend:
rules:
- selector: 'google.cloud.dialogflow.v2.Agents.*'
Expand Down

0 comments on commit 3b8869b

Please sign in to comment.