...
Key | Type | Required | Description |
---|---|---|---|
serviceId | String | Task를 연결시킬 Service의 ID. 미입력 시 신규 Service 자동 생성 후 ID 반환 | |
taskContext | Object | Required | See TaskContext |
Request Example
Code Block |
---|
{ "taskId": "0", "taskContext": { object (TaskContext) } } |
...
...
Key | Type | Required | Description |
---|---|---|---|
serviceId | String | Task를 연결시킬 Service의 ID. 미입력 시 신규 Service 자동 생성 후 ID 반환 | |
taskContext | Object | Required | See TaskContext |
Request Example
Code Block |
---|
{ "taskId": "0", "taskContext": { object (TaskContext) } } |
...