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. |
predictionOutput
|
Edm.String | True | False | Prediction Output. |
predictionInput
|
crmbaseentity | False | True | Prediction Input. |