|
|
@ -120,7 +120,7 @@ message Conversation { |
|
|
|
|
|
|
|
|
|
|
|
// Possible media for the conversation. |
|
|
|
// Possible media for the conversation. |
|
|
|
enum Medium { |
|
|
|
enum Medium { |
|
|
|
// Default value. |
|
|
|
// Default value, if unspecified will default to PHONE_CALL. |
|
|
|
MEDIUM_UNSPECIFIED = 0; |
|
|
|
MEDIUM_UNSPECIFIED = 0; |
|
|
|
|
|
|
|
|
|
|
|
// The format for conversations that took place over the phone. |
|
|
|
// The format for conversations that took place over the phone. |
|
|
@ -181,7 +181,7 @@ message Conversation { |
|
|
|
// Output only. The conversation transcript. |
|
|
|
// Output only. The conversation transcript. |
|
|
|
Transcript transcript = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; |
|
|
|
Transcript transcript = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; |
|
|
|
|
|
|
|
|
|
|
|
// Immutable. The conversation medium. |
|
|
|
// Immutable. The conversation medium, if unspecified will default to PHONE_CALL. |
|
|
|
Medium medium = 9 [(google.api.field_behavior) = IMMUTABLE]; |
|
|
|
Medium medium = 9 [(google.api.field_behavior) = IMMUTABLE]; |
|
|
|
|
|
|
|
|
|
|
|
// Output only. The duration of the conversation. |
|
|
|
// Output only. The duration of the conversation. |
|
|
|