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 provided content details the `ConversationDataSource` class within the Google Cloud Contact Center AI Insights v1 API, specifically version 2.6.0."],["Version 2.19.0 is noted as the latest version available for the `ConversationDataSource`, while the document itself covers version 2.6.0."],["This class is a combination of the audio and the transcript that is inherited from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ConversationDataSource` can pull conversation data from either a `DialogflowSource` or a `GcsSource`, each of which is a distinct property within the class."],["The `SourceCase` property of the class `ConversationDataSource` is the defining factor of the source of data used, using the enum `SourceOneofCase` for the determination."]]],[]]