File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
google/cloud/contactcenterinsights/v1 Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,8 @@ message CalculateStatsResponse {
376
376
// matches in the set of conversations. Key has the format:
377
377
// `projects/<Project ID>/locations/<Location ID>/issueModels/<Issue Model
378
378
// ID>/issues/<Issue ID>`
379
- map <string , int32 > issue_matches = 6 ;
379
+ // Deprecated, use `issue_matches_stats` field instead.
380
+ map <string , int32 > issue_matches = 6 [deprecated = true ];
380
381
381
382
// A time series representing the count of conversations created over time
382
383
// that match that requested filter criteria.
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ message Conversation {
120
120
121
121
// Possible media for the conversation.
122
122
enum Medium {
123
- // Default value.
123
+ // Default value, if unspecified will default to PHONE_CALL .
124
124
MEDIUM_UNSPECIFIED = 0 ;
125
125
126
126
// The format for conversations that took place over the phone.
@@ -181,7 +181,7 @@ message Conversation {
181
181
// Output only. The conversation transcript.
182
182
Transcript transcript = 8 [(google.api.field_behavior ) = OUTPUT_ONLY ];
183
183
184
- // Immutable. The conversation medium.
184
+ // Immutable. The conversation medium, if unspecified will default to PHONE_CALL .
185
185
Medium medium = 9 [(google.api.field_behavior ) = IMMUTABLE ];
186
186
187
187
// Output only. The duration of the conversation.
You can’t perform that action at this time.
0 commit comments