Interface protos.google.cloud.dialogflow.cx.v3beta1.Form.IParameter (2.13.0)

Properties of a Parameter.

Package

@google-cloud/dialogflow-cx!

Properties

defaultValue

defaultValue?: (google.protobuf.IValue|null);

Parameter defaultValue

Property Value
TypeDescription
(google.protobuf.IValue|null)

displayName

displayName?: (string|null);

Parameter displayName

Property Value
TypeDescription
(string|null)

entityType

entityType?: (string|null);

Parameter entityType

Property Value
TypeDescription
(string|null)

fillBehavior

fillBehavior?: (google.cloud.dialogflow.cx.v3beta1.Form.Parameter.IFillBehavior|null);

Parameter fillBehavior

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3beta1.Form.Parameter.IFillBehavior|null)

isList

isList?: (boolean|null);

Parameter isList

Property Value
TypeDescription
(boolean|null)

redact

redact?: (boolean|null);

Parameter redact

Property Value
TypeDescription
(boolean|null)

required

required?: (boolean|null);

Parameter required

Property Value
TypeDescription
(boolean|null)