public sealed class Transcript : IMessage<Conversation.Types.Transcript>, IEquatable<Conversation.Types.Transcript>, IDeepCloneable<Conversation.Types.Transcript>, IBufferMessage, IMessage
A message representing the transcript of a conversation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The content provides a list of versions for the `Conversation.Types.Transcript` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, ranging from version 1.0.0 to 2.19.0, with 2.19.0 being the latest."],["This `Transcript` class, representing a conversation's transcript, is a part of the Google Cloud Contact Center Insights library, found within the `Google.Cloud.ContactCenterInsights.V1.dll` assembly."],["The `Transcript` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits basic members from the base `Object` class."],["The class offers two constructors, a parameterless one and another that accepts an existing `Conversation.Types.Transcript` instance as a parameter."],["A key property of this class is `TranscriptSegments`, a `RepeatedField` containing a list of `TranscriptSegment` elements that make up the conversation's transcript."]]],[]]