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 information for the `ConversationDataSource` class within the Google Cloud Contact Center Insights v1 API, specifically for version 2.2.1."],["`ConversationDataSource` is a class representing the source of a conversation, which can be a combination of transcript and audio, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`."],["The `ConversationDataSource` class offers two properties, `DialogflowSource` and `GcsSource`, which are used to handle the respective sources of conversations, coming from Dialogflow or a Cloud Storage."],["The class has two constructors: a default constructor and another that accepts another `ConversationDataSource` instance to be used as input."],["The page also provides a list of all the previous versions of the `ConversationDataSource`, all the way back to 1.0.0 and up to the latest version, 2.19.0."]]],[]]