public sealed class ConversationDataSource : IMessage<ConversationDataSource>, IEquatable<ConversationDataSource>, IDeepCloneable<ConversationDataSource>, IBufferMessage, IMessage
The conversation source, which is a combination of transcript and audio.
[[["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."],[[["This webpage details the `ConversationDataSource` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, which represents a combination of transcript and audio data for conversations."],["The `ConversationDataSource` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class offers two constructors: a default constructor and one that creates a new instance based on an existing `ConversationDataSource` object."],["It provides properties such as `DialogflowSource` and `GcsSource` to specify the origin of the conversation data, whether it's from Dialogflow or a Cloud Storage location, respectively, with another property `SourceCase` that returns the case of source."],["There are numerous versions of the `ConversationDataSource`, the latest being 2.19.0 and going all the way back to version 1.0.0, showing a history of its evolution."]]],[]]