public sealed class InlineDestination : IMessage<InlineDestination>, IEquatable<InlineDestination>, IDeepCloneable<InlineDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class InlineDestination.
Inline destination for a Dialogflow operation that writes or exports objects
(e.g. [intents][google.cloud.dialogflow.cx.v3.Intent]) outside of Dialogflow.
[[["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 `InlineDestination` class within the Google Cloud Dialogflow CX v3 API, specifically version 2.13.0."],["The `InlineDestination` class is designed for operations that involve writing or exporting objects outside of Dialogflow, such as intents."],["The page includes links to documentation for multiple versions of the API, ranging from 1.0.0 to the latest version 2.23.0, allowing users to browse through previous releases."],["The class `InlineDestination` is presented as a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `object` class."],["The class includes a constructor and the property `Content`, which represents the uncompressed byte content for objects and is only populated in responses."]]],[]]