Share via


FormPredict Action

Predict the next field in a record given context.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
recordValues
Edm.String False False

Json serialized values for the record to be predicted.

predictorFields
Collection( Edm.String ) False False

The list of fields of the record that will be used to support prediction.

context
Edm.String True False

Context of string type to assist prediction.

entityName
Edm.String False False

The logical name to the entity that will be predicted on.

requestedFields
Collection( Edm.String ) False False

The list of fields of the record to be predicted.

clientPartnerSource
Edm.String True False

The client partner source to use with CAPI for metering.

Return type

Type Nullable Description
crmbaseentity False The FormPredict action returns the following value.

See also