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 latest version of the `Transcript` class within the `Google.Cloud.ContactCenterInsights.V1` namespace is 2.19.0, with numerous previous versions dating back to 1.0.0 available."],["The `Transcript` class represents the transcript of a conversation and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides a public constructor, `Transcript()`, and another constructor `Transcript(Conversation.Types.Transcript)` that allows the creation of an instance with the copy of an existing `Transcript`."],["The `TranscriptSegments` property, of type `RepeatedField`, is used to maintain an ordered list of transcript segments that compose the conversation."]]],[]]