PredictResponse ComplexType
Contains the response from the PredictReponse action.
Properties
The properties of a complex type contain the structured data of the type.
| Name | Type | Details |
|---|---|---|
| overrideHttpStatusCode | Edm.String |
In case the prediction is not completed, 202 will indicate that a polling is necessary. |
| overrideLocation | Edm.String |
The location of the polling (do a GET on this to poll for the result). |
| overrideRetryAfter | Edm.String |
Suggestion on when to try polling. |
| response | Edm.String |
The actual result of the prediction when it is completed. |
Navigation properties
The navigation properties of a complex type contain references to an entity type or a collection of entity types.
| Name | Type | Nullable | Description |
|---|---|---|---|
| responsev2 | crmbaseentity | False | The actual result of the prediction when it is completed. |
Used by
The following use the PredictResponse ComplexType.
| Name | How used |
|---|---|
| Predict | ReturnType |