Predict Action
Uses AI to make a prediction.
Bound Entities
Bound actions are invoked by appending the 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 |
|---|---|---|---|---|
|
version
|
Edm.String | False | False | The predict version. |
|
request
|
Edm.String | True | False | The predict request. |
|
requestv2
|
crmbaseentity | True | True | The predict request (v2). |
Return Type
| Type | Nullable | Description |
|---|---|---|
| PredictResponse | False | The Predict action returns the following value. |