public sealed class InlineSchema : IMessage<InlineSchema>, IEquatable<InlineSchema>, IDeepCloneable<InlineSchema>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class InlineSchema.
A type schema object that's specified inline.
Implements
IMessageInlineSchema, IEquatableInlineSchema, IDeepCloneableInlineSchema, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
InlineSchema()
public InlineSchema()InlineSchema(InlineSchema)
public InlineSchema(InlineSchema other)| Parameter | |
|---|---|
| Name | Description |
other |
InlineSchema |
Properties
Items
public TypeSchema Items { get; set; }Schema of the elements if this is an ARRAY type.
| Property Value | |
|---|---|
| Type | Description |
TypeSchema |
|
Type
public DataType Type { get; set; }Data type of the schema.
| Property Value | |
|---|---|
| Type | Description |
DataType |
|