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."],[[["The `ConversationDataSource` class is part of the Google Cloud Contact Center AI Insights v1 API, designed for handling conversation data that includes transcript and audio."],["The latest version available is 2.19.0, and this documentation includes versions ranging from 1.0.0 to 2.19.0 for the `ConversationDataSource` class."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ConversationDataSource` has two constructors, one default and another that takes another `ConversationDataSource` object to copy its data, and includes properties for specifying the data source from Dialogflow or Cloud Storage."],["The `SourceCase` property determines whether the source of conversation data is coming from `DialogflowSource` or `GcsSource`, allowing to identify the origin."]]],[]]