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 for version 2.4.0."],["`ConversationDataSource` represents a source of conversation data, including transcript and audio, and is derived from the base object class."],["The latest available version of the class is 2.19.0 and there are numerous older versions of the class that can be viewed from this document, all the way down to version 1.0.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features like message handling, equality checking, deep cloning, and buffer message support."],["The `ConversationDataSource` class can obtain conversation data from either a `DialogflowSource` or a `GcsSource`, which are other associated classes that can be interacted with."]]],[]]