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

feat: deprecate issue_matches docs: if conversation medium is unspecified, it will default to PHONE_CALL #62

Merged
merged 2 commits into from Sep 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -123,6 +123,7 @@ class CalculateStatsResponse(proto.Message):
respective number of matches in the set of conversations.
Key has the format:
``projects/<Project ID>/locations/<Location ID>/issueModels/<Issue Model ID>/issues/<Issue ID>``
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
Expand Down
3 changes: 2 additions & 1 deletion google/cloud/contact_center_insights_v1/types/resources.py
Expand Up @@ -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.
Expand Down