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 `ConversationDataSource` class is part of the Google Cloud Contact Center AI Insights v1 API, designed for handling conversation data that includes transcript and audio."],["Version 2.19.0 is the latest available version, while this page specifically documents version 2.10.0 of the `ConversationDataSource` class, with links available for other versions."],["`ConversationDataSource` can be instantiated via a default constructor or a copy constructor which accepts an existing `ConversationDataSource` object as a parameter."],["The class includes properties `DialogflowSource` and `GcsSource` to specify the origin of conversation data, such as from Dialogflow or a Cloud Storage location."],["`ConversationDataSource` inherits from object and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]