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 reference documentation for the `DialogflowSource` class within the Google Cloud Contact Center AI Insights v1 API."],["The `DialogflowSource` class is used to represent a source of conversation data that originates from Dialogflow, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API documented is 2.19.0, with a history of versions ranging from 1.0.0 up to the current 2.19.0, all of which appear to have a Dialogflow source."],["The `DialogflowSource` class includes properties such as `AudioUri` (a Cloud Storage URI for the conversation audio) and `DialogflowConversation` (the name of the Dialogflow conversation)."]]],[]]