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 in the Google.Cloud.ContactCenterInsights.V1 namespace represents a combination of transcript and audio for a conversation, as defined in the Contact Center AI Insights v1 API."],["The latest version of `ConversationDataSource` is 2.19.0, with version 2.18.0 being the current version displayed and there being many other versions of it ranging from 1.0.0 to 2.17.0."],["The `ConversationDataSource` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The `ConversationDataSource` class has two key properties: `DialogflowSource`, representing the source when the conversation is from Dialogflow, and `GcsSource`, specifying a Cloud Storage location for the audio and transcript, with one of these set as the source."]]],[]]