OBJECT

AcknowledgePredictionResultPayload

Payload for acknowledging the results of a Prediction.

link GraphQL Schema definition

1type AcknowledgePredictionResultPayload {
2
3# If present, there was an error with the request.
4error: AcknowledgePredictionResultError
5
6# The acknowledgged Prediction.
7prediction: Prediction
8
9}