Dialogflow v3 API - Enum ParameterDefinition.Types.ParameterType (3.0.0)

public enum ParameterDefinition.Types.ParameterType

Reference documentation and code samples for the Dialogflow v3 API enum ParameterDefinition.Types.ParameterType.

Parameter types are used for validation. 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
Boolean

Represents a boolean value.

List

Represents a repeated value.

Null

Represents a null value.

Number

Represents any number value.

Object

Represents any object value.

String

Represents any string value.

Unspecified

Not specified. No validation will be performed.