Response Structure
Properties | Type | Description |
---|---|---|
actor | String | The actor of the current task |
state | String | The status of the current task |
success | Bool | Whether the task is successful |
taskId | String | If the task is successfully created, you will get a taskId. Then you need to use this taskId to query the results |
solution | Object | If the task is successful, you will receive the solution |
message | String | If the task fails, please check this error message |