public sealed class ConversationDataSource : IMessage<ConversationDataSource>, IEquatable<ConversationDataSource>, IDeepCloneable<ConversationDataSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class ConversationDataSource.
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 document provides reference documentation for the `ConversationDataSource` class within the Google Cloud Contact Center AI Insights v1 API, specifically for .NET development."],["The `ConversationDataSource` class represents the source of conversation data, combining transcript and audio information, and it is included in version 2.3.0 of the Google Cloud Contact Center Insights API."],["This class inherits from the base `Object` class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ConversationDataSource` class includes properties for `DialogflowSource` and `GcsSource`, allowing specification of the source for conversations from Dialogflow or via Cloud Storage respectively, with a `SourceCase` property to choose between these."],["There are 24 versions of the `ConversationDataSource` class with links provided to each version, with the most up-to-date being [2.19.0 (latest)](/dotnet/docs/reference/Google.Cloud.ContactCenterInsights.V1/latest/Google.Cloud.ContactCenterInsights.V1.ConversationDataSource)."]]],[]]