public sealed class DialogflowSource : IMessage<DialogflowSource>, IEquatable<DialogflowSource>, IDeepCloneable<DialogflowSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class DialogflowSource.
public string DialogflowConversation { get; set; }
Output only. The name of the Dialogflow conversation that this conversation
resource is derived from. Format:
projects/{project}/locations/{location}/conversations/{conversation}
[[["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 page provides documentation for the `DialogflowSource` class within the Google Cloud Contact Center AI Insights v1 API, detailing its structure and usage."],["The latest version of the `DialogflowSource` class is 2.19.0, with multiple previous versions available, ranging from 1.0.0 to 2.18.0, for users who want to refer to them."],["`DialogflowSource` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class includes properties such as `AudioUri`, which is a Cloud Storage URI, and `DialogflowConversation`, which is the name of the corresponding Dialogflow conversation resource."],["There are also two constructors available for the `DialogflowSource` class, a default constructor and one that accepts another instance of the class."]]],[]]