AddToFeedbackLoop Action

API to add a feedback loop item to a model.

Bound entities

Bound actions are invoked by appending the fully qualified action name to the URI representing an entity or collection.

Entity Type Binding Type
msdyn_aimodel entity

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
inputName
Edm.String True False

Name used for the prediction input.

predictionInput
crmbaseentity False True

Prediction Input.

predictionOutput
Edm.String True False

Prediction Output.

source
Edm.String True False

The source used by add to feedback loop.

See also