Properties of a Parameter.
Package
@google-cloud/dialogflow-cx!Properties
defaultValue
defaultValue?: (google.protobuf.IValue|null);
Parameter defaultValue
Type | Description |
(google.protobuf.IValue|null) |
displayName
displayName?: (string|null);
Parameter displayName
Type | Description |
(string|null) |
entityType
entityType?: (string|null);
Parameter entityType
Type | Description |
(string|null) |
fillBehavior
fillBehavior?: (google.cloud.dialogflow.cx.v3.Form.Parameter.IFillBehavior|null);
Parameter fillBehavior
Type | Description |
(google.cloud.dialogflow.cx.v3.Form.Parameter.IFillBehavior|null) |
isList
isList?: (boolean|null);
Parameter isList
Type | Description |
(boolean|null) |
redact
redact?: (boolean|null);
Parameter redact
Type | Description |
(boolean|null) |
required
required?: (boolean|null);
Parameter required
Type | Description |
(boolean|null) |