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 AI Insights v1 API, specifically version 2.12.0."],["The `ConversationDataSource` class is defined within the `Google.Cloud.ContactCenterInsights.V1` namespace and is part of the `Google.Cloud.ContactCenterInsights.V1.dll` assembly, and it represents a combination of transcript and audio."],["`ConversationDataSource` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality comparison, deep cloning, and buffer management."],["The class has two constructors: a default one and another that takes a `ConversationDataSource` object to create a copy, as well as contains properties for `DialogflowSource`, `GcsSource`, and `SourceCase` which define the origin and specifics of the conversation data."],["The documentation offers links to previous versions of the `ConversationDataSource` class for versions ranging from 1.0.0 to the latest 2.19.0, and each version has its own respective page."]]],[]]