public sealed class InlineDestination : IMessage<InlineDestination>, IEquatable<InlineDestination>, IDeepCloneable<InlineDestination>, IBufferMessage, IMessageReference 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.
Implements
IMessageInlineDestination, IEquatableInlineDestination, IDeepCloneableInlineDestination, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
InlineDestination()
public InlineDestination()InlineDestination(InlineDestination)
public InlineDestination(InlineDestination other)| Parameter | |
|---|---|
| Name | Description |
other |
InlineDestination |
Properties
Content
public ByteString Content { get; set; }Output only. The uncompressed byte content for the objects. Only populated in responses.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|