Dialogflow v3 API - Class InlineSource (2.17.0)

public sealed class InlineSource : IMessage<InlineSource>, IEquatable<InlineSource>, IDeepCloneable<InlineSource>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class InlineSource.

Inline source for a Dialogflow operation that reads or imports objects (e.g. [intents][google.cloud.dialogflow.cx.v3.Intent]) into Dialogflow.

Inheritance

object > InlineSource

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

InlineSource()

public InlineSource()

InlineSource(InlineSource)

public InlineSource(InlineSource other)
Parameter
NameDescription
otherInlineSource

Properties

Content

public ByteString Content { get; set; }

The uncompressed byte content for the objects.

Property Value
TypeDescription
ByteString