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-04-02 UTC."],[[["This document outlines the `ConversationDataSource` class, which represents a combination of transcript and audio data for conversations in the Google Cloud Contact Center Insights V1."],["The latest version available for `ConversationDataSource` is 2.19.0, with a full history of versions provided dating back to 1.0.0, offering a variety of options for implementation."],["`ConversationDataSource` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its compatibility with other components and its ability to be cloned and compared."],["The `ConversationDataSource` class offers two constructors: one default and one that takes another `ConversationDataSource` as a parameter."],["The class also contains properties for both `DialogflowSource` and `GcsSource`, allowing for the conversation data to originate from Dialogflow or a Cloud Storage location."]]],[]]