Interface protos.google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.IParameterInfo (4.6.0)

Properties of a ParameterInfo.

Package

@google-cloud/dialogflow-cx

Properties

displayName

displayName?: (string|null);

ParameterInfo displayName

justCollected

justCollected?: (boolean|null);

ParameterInfo justCollected

required

required?: (boolean|null);

ParameterInfo required

state

state?: (google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo.ParameterState|keyof typeof google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo.ParameterState|null);

ParameterInfo state

value

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

ParameterInfo value