Skip to content

Commit

Permalink
feat: Add FeedbackLabel resource and APIs
Browse files Browse the repository at this point in the history
feat: Add QueryMetrics API
feat: Add Quality AI resources and APIs
feat: Add AnalysisRules resource and APIs
docs: A comment for method `InitializeEncryptionSpec` in service `ContactCenterInsights` is changed
docs: A comment for field `custom_metadata_keys` in message `.google.cloud.contactcenterinsights.v1.IngestConversationsRequest` is changed
docs: A comment for field `encryption_spec` in message `.google.cloud.contactcenterinsights.v1.InitializeEncryptionSpecRequest` is changed
docs: A comment for field `partial_errors` in message `.google.cloud.contactcenterinsights.v1.InitializeEncryptionSpecMetadata` is changed
docs: A comment for field `labels` in message `.google.cloud.contactcenterinsights.v1.Conversation` is changed
docs: A comment for field `metadata_json` in message `.google.cloud.contactcenterinsights.v1.Conversation` is changed
docs: A comment for message `EncryptionSpec` is changed
docs: A comment for field `kms_key` in message `.google.cloud.contactcenterinsights.v1.EncryptionSpec` is changed

PiperOrigin-RevId: 696581715
  • Loading branch information
Google APIs authored and copybara-github committed Nov 14, 2024
1 parent 0c5b3eb commit 242a5f1
Show file tree
Hide file tree
Showing 4 changed files with 2,014 additions and 13 deletions.
5 changes: 5 additions & 0 deletions google/cloud/contactcenterinsights/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ proto_library(
"//google/api:resource_proto",
"//google/longrunning:operations_proto",
"//google/rpc:status_proto",
"//google/type:interval_proto",
"@com_google_protobuf//:duration_proto",
"@com_google_protobuf//:empty_proto",
"@com_google_protobuf//:field_mask_proto",
Expand Down Expand Up @@ -126,6 +127,7 @@ go_proto_library(
"//google/api:annotations_go_proto",
"//google/longrunning:longrunning_go_proto",
"//google/rpc:status_go_proto",
"//google/type:interval_go_proto",
],
)

Expand Down Expand Up @@ -182,6 +184,9 @@ py_gapic_library(
rest_numeric_enums = True,
service_yaml = "contactcenterinsights_v1.yaml",
transport = "grpc+rest",
deps = [
"//google/iam/v1:iam_policy_py_proto",
],
)

py_test(
Expand Down
Loading

0 comments on commit 242a5f1

Please sign in to comment.