Class GoogleCloudContactcenterinsightsV1ConversationTranscript
A message representing the transcript of a conversation.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1ConversationTranscript : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TranscriptSegments
A list of sequential transcript segments that comprise the conversation.
Declaration
[JsonProperty("transcriptSegments")]
public virtual IList<GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment> TranscriptSegments { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment> |