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 the source of a conversation, combining transcript and audio data."],["The `ConversationDataSource` class offers multiple versions, ranging from the latest 2.19.0 down to 1.0.0, with links to each versions documentation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for use with protocol buffers and general object operations."],["`ConversationDataSource` has two constructors, a default one and one that takes another `ConversationDataSource` as a parameter for object creation and there are properties like `DialogflowSource`, `GcsSource`, and `SourceCase`, to manage different types of conversation data sources."],["The `ConversationDataSource` class inherits members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class."]]],[]]