Parameters | Type | Mandatory | Description |
VirtualmanKey | string | Yes | Unique identifier for the avatar, which can be obtained through the
Query All Avatars under an Anchor
API. |
Parameters | Type | Mandatory | Description |
Actions | Array of [Action] | No | List of supported actions |
Parameters | Type | Mandatory | Description |
ActionName | string | Yes | Action name of the digital human |
ActionCode | string | Yes | Action code of the digital human, corresponding to SSML action tags |
ActionSample | string | Yes | Example URL for the digital human actions |
{"Header": {},"Payload": {"VirtualmanKey": "2803ca3b5ec64260a2c11e396eaac519"}}
{"Header": {"Code": 0,"Message": "","RequestID": "123"},"Payload": {"Actions": [{"ActionName": "Yunxuan","ActionCode": "code1","ActionSample": "url"}]}}
Was this page helpful?