Dialogflow v3 API - Enum DataType (3.0.0)

public enum DataType

Reference documentation and code samples for the Dialogflow v3 API enum DataType.

Defines data types that are supported for inlined schemas. These types are consistent with [google.protobuf.Value][google.protobuf.Value].

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

Name Description
Array

Represents a repeated value.

Boolean

Represents a boolean value.

Number

Represents any number value.

String

Represents any string value.

Unspecified

Not specified.