Dialogflow v3 API - Class InlineSchema (3.0.0)

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

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

A type schema object that's specified inline.

Inheritance

object > InlineSchema

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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