From b0c120e5a01040e4e93d14fb65fb94688759da25 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 17:19:05 -0600 Subject: [PATCH] feat: deprecate issue_matches(#62) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docs: if conversation medium is unspecified, it will default to PHONE_CALL PiperOrigin-RevId: 400004079 Source-Link: https://github.com/googleapis/googleapis/commit/e202ad333102f9daa81f18a2169a926b81f645cd Source-Link: https://github.com/googleapis/googleapis-gen/commit/ff55b45bfbb15b79bcf7b0ba65d92ad548d2f95a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmY1NWI0NWJmYmIxNWI3OWJjZjdiMGJhNjVkOTJhZDU0OGQyZjk1YSJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- .../types/contact_center_insights.py | 1 + google/cloud/contact_center_insights_v1/types/resources.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/google/cloud/contact_center_insights_v1/types/contact_center_insights.py b/google/cloud/contact_center_insights_v1/types/contact_center_insights.py index ee6b31c..843a022 100644 --- a/google/cloud/contact_center_insights_v1/types/contact_center_insights.py +++ b/google/cloud/contact_center_insights_v1/types/contact_center_insights.py @@ -123,6 +123,7 @@ class CalculateStatsResponse(proto.Message): respective number of matches in the set of conversations. Key has the format: ``projects//locations//issueModels//issues/`` + Deprecated, use ``issue_matches_stats`` field instead. conversation_count_time_series (google.cloud.contact_center_insights_v1.types.CalculateStatsResponse.TimeSeries): A time series representing the count of conversations created over time that match that diff --git a/google/cloud/contact_center_insights_v1/types/resources.py b/google/cloud/contact_center_insights_v1/types/resources.py index 2d64af3..854bfb2 100644 --- a/google/cloud/contact_center_insights_v1/types/resources.py +++ b/google/cloud/contact_center_insights_v1/types/resources.py @@ -107,7 +107,8 @@ class Conversation(proto.Message): transcript (google.cloud.contact_center_insights_v1.types.Conversation.Transcript): Output only. The conversation transcript. medium (google.cloud.contact_center_insights_v1.types.Conversation.Medium): - Immutable. The conversation medium. + Immutable. The conversation medium, if unspecified will + default to PHONE_CALL. duration (google.protobuf.duration_pb2.Duration): Output only. The duration of the conversation.