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."],[[["This page provides documentation for the `OriginalDetectIntentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, which represents the contents of the original request passed to the `[Streaming]DetectIntent` call."],["The `OriginalDetectIntentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used within Google's Protocol Buffers system."],["The latest version available for this class is 4.26.0, with numerous previous versions listed, spanning down to version 3.2.0, and each version links to the same class documentation."],["Key properties of `OriginalDetectIntentRequest` include `Payload`, which carries additional data from integrations like Dialogflow Phone Gateway, `Source`, indicating the request's origin (e.g., Google, Facebook), and `Version`, which indicates the protocol version used."],["The class includes two constructors, one empty and one that take the class itself as a parameter, along with inherited methods from `System.Object` such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]