POST api/Dialog/GetVoiceChat
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
STTCName | Description | Type | Additional information |
---|---|---|---|
VoiceText | string |
None. |
|
AnsText | string |
None. |
|
VoiceFileName | string |
None. |
|
VoiceFormat | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "VoiceText": "sample string 1", "AnsText": "sample string 2", "VoiceFileName": "sample string 3", "VoiceFormat": "sample string 4" }