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 comprehensive list of versions for `Conversation.Types.Transcript`, ranging from the latest version 2.19.0 down to version 1.0.0, each with a link to its respective documentation."],["`Conversation.Types.Transcript` is a message class representing the transcript of a conversation within the `Google.Cloud.ContactCenterInsights.V1` namespace."],["The `Transcript` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities such as message handling, equality comparisons, deep cloning, and buffered message operations."],["The `Transcript` class has two constructors: a default constructor and another that takes an existing `Conversation.Types.Transcript` object for copying."],["A key property of the `Transcript` class is `TranscriptSegments`, which is a `RepeatedField` containing a list of `TranscriptSegment` objects, each representing a sequential portion of the conversation's transcript."]]],[]]