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."],[[["The webpage provides reference documentation for the `InlineDestination` class within the Google Cloud Dialogflow CX v3 API."],["The latest version of the API documented is 2.23.0, while version 2.14.0 is the current focused version, and older versions are also available, going back as far as 1.0.0."],["`InlineDestination` is used for Dialogflow operations that write or export objects outside of the Dialogflow system, such as intents."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The `Content` property of the `InlineDestination` class is of type ByteString and contains the uncompressed byte content for the objects, and is only populated in responses."]]],[]]