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.
Implements
IMessageInlineSource, IEquatableInlineSource, IDeepCloneableInlineSource, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
InlineSource()
public InlineSource()
InlineSource(InlineSource)
public InlineSource(InlineSource other)
Parameter | |
---|---|
Name | Description |
other |
InlineSource |
Properties
Content
public ByteString Content { get; set; }
The uncompressed byte content for the objects.
Property Value | |
---|---|
Type | Description |
ByteString |