public sealed class OriginalDetectIntentRequest : IMessage<OriginalDetectIntentRequest>, IEquatable<OriginalDetectIntentRequest>, IDeepCloneable<OriginalDetectIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class OriginalDetectIntentRequest.
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 provided content details the `OriginalDetectIntentRequest` class within the Google Cloud Dialogflow v2 API, showcasing its role in representing original requests made to the `[Streaming]DetectIntent` call."],["The class `OriginalDetectIntentRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message manipulation and comparison."],["The documentation covers the various versions of the `Google.Cloud.Dialogflow.V2` library, ranging from version 3.2.0 up to the latest version 4.26.0, each with its own link to the `OriginalDetectIntentRequest` documentation."],["The class features three primary properties: `Payload`, which stores additional information provided by the integration, `Source`, which indicates the origin of the request (e.g., \"google,\" \"facebook\"), and `Version`, representing the protocol version used."],["The `OriginalDetectIntentRequest` class offers two constructors, one default and another which takes another `OriginalDetectIntentRequest` object for copying its values."]]],[]]