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 latest version of the `ConversationDataSource` class for the Contact Center AI Insights v1 API is 2.19.0, representing the most up-to-date release in the provided list."],["This class, `ConversationDataSource`, is used to specify the source of conversation data, which can include both the audio and transcript of a conversation."],["`ConversationDataSource` can have different sources, either from Dialogflow via the `DialogflowSource` property, or from a Cloud Storage location via the `GcsSource` property."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within the Google Protobuf framework."],["There are multiple versions of the class available, from 1.0.0 up to the current latest version 2.19.0, indicating an evolving history with potentially previous features."]]],[]]