Dialogflow v3 API - Class InlineDestination (2.17.0)

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.

Inheritance

object > InlineDestination

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

InlineDestination()

public InlineDestination()

InlineDestination(InlineDestination)

public InlineDestination(InlineDestination other)
Parameter
NameDescription
otherInlineDestination

Properties

Content

public ByteString Content { get; set; }

Output only. The uncompressed byte content for the objects. Only populated in responses.

Property Value
TypeDescription
ByteString