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 webpage provides documentation for the `OriginalDetectIntentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, which represents the contents of the original request made to the `[Streaming]DetectIntent` call."],["The latest version of `OriginalDetectIntentRequest` is 4.26.0, and documentation is available for versions spanning from 4.26.0 down to 3.2.0, alongside version 3.10.0 which is the main focus of this page."],["`OriginalDetectIntentRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class contains properties like `Payload`, `Source`, and `Version`, which provide information about the original request's data, origin, and protocol version respectively, allowing for a deep understanding of the request."],["The `OriginalDetectIntentRequest` class has two constructors to either create a default instance or one with data from a pre existing `OriginalDetectIntentRequest`."]]],[]]