public enum ParameterDefinition.Types.ParameterTypeReference 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.V3Assembly
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. |