Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit b0c120e

Browse files
feat: deprecate issue_matches(#62)
docs: if conversation medium is unspecified, it will default to PHONE_CALL PiperOrigin-RevId: 400004079 Source-Link: googleapis/googleapis@e202ad3 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 <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent ca5874d commit b0c120e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

google/cloud/contact_center_insights_v1/types/contact_center_insights.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ class CalculateStatsResponse(proto.Message):
123123
respective number of matches in the set of conversations.
124124
Key has the format:
125125
``projects/<Project ID>/locations/<Location ID>/issueModels/<Issue Model ID>/issues/<Issue ID>``
126+
Deprecated, use ``issue_matches_stats`` field instead.
126127
conversation_count_time_series (google.cloud.contact_center_insights_v1.types.CalculateStatsResponse.TimeSeries):
127128
A time series representing the count of
128129
conversations created over time that match that

google/cloud/contact_center_insights_v1/types/resources.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ class Conversation(proto.Message):
107107
transcript (google.cloud.contact_center_insights_v1.types.Conversation.Transcript):
108108
Output only. The conversation transcript.
109109
medium (google.cloud.contact_center_insights_v1.types.Conversation.Medium):
110-
Immutable. The conversation medium.
110+
Immutable. The conversation medium, if unspecified will
111+
default to PHONE_CALL.
111112
duration (google.protobuf.duration_pb2.Duration):
112113
Output only. The duration of the
113114
conversation.

0 commit comments

Comments
 (0)