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 available for `Conversation.Types.Transcript` is 2.19.0, and there are multiple previous versions listed, ranging down to version 1.0.0."],["The `Transcript` class, part of the `Google.Cloud.ContactCenterInsights.V1` namespace, is used to represent the transcript of a conversation."],["`Transcript` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Transcript` class includes a `TranscriptSegments` property, which is a list of `TranscriptSegment` objects that make up the conversation's transcript."],["There are 2 constructors for Transcript, one default, and one that takes another transcript as an argument."]]],[]]