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 webpage provides documentation for the `DialogflowSource` class within the Google Cloud Contact Center Insights v1 API, specifically for the .NET environment."],["The `DialogflowSource` class is used to define a source of conversation data from Dialogflow, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation covers multiple versions of the API, ranging from version 1.0.0 up to the latest version, 2.19.0, allowing developers to find information specific to their version of interest."],["The `DialogflowSource` class has two constructors, a default one and another that takes another `DialogflowSource` as a parameter to clone it, allowing for creating instances of the `DialogflowSource` object."],["The class includes properties such as `AudioUri` to specify the Cloud Storage URI for the conversation's audio file and `DialogflowConversation` to store the associated Dialogflow conversation's name."]]],[]]