public sealed class OriginalDetectIntentRequest : IMessage<OriginalDetectIntentRequest>, IEquatable<OriginalDetectIntentRequest>, IDeepCloneable<OriginalDetectIntentRequest>, IBufferMessage, IMessage
Represents the contents of the original request that was passed to
the [Streaming]DetectIntent call.
Optional. This field is set to the value of the QueryParameters.payload
field passed in the request. Some integrations that query a Dialogflow
agent may provide additional information in the payload.
In particular, for the Dialogflow Phone Gateway integration, this field has
the form:
<pre>{
"telephony": {
"caller_id": "+18558363987"
}
}</pre>
Note: The caller ID field (caller_id) will be redacted for Trial
Edition agents and populated with the caller ID in E.164
format for Essentials Edition agents.
[[["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 content focuses on the `OriginalDetectIntentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically referencing version 3.6.0 and offering links to various other versions ranging from 3.2.0 to 4.26.0."],["`OriginalDetectIntentRequest` represents the initial request content sent to the `[Streaming]DetectIntent` call, acting as a data structure in the Dialogflow interaction."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, reflecting its role in message handling and data management within the system."],["The class contains properties such as `Payload`, `Source`, and `Version`, which are used to store additional information about the request, including details from external integrations, request origin, and protocol version, respectively."],["The document provides detailed information on the `OriginalDetectIntentRequest` class, including its constructors, properties, the versions available, and the interfaces implemented, all in the context of the Google Cloud Dialogflow V2 .NET library."]]],[]]