POST api/Dialog/SaveDialogLog
Request Information
URI Parameters
None.
Body Parameters
SaveDialogLogName | Description | Type | Additional information |
---|---|---|---|
UDL_U_SID | string |
None. |
|
UDL_Question | string |
None. |
|
UDL_Anser | string |
None. |
|
UDL_AISA_Param | Collection of string |
None. |
|
UDL_DialogModel | string |
None. |
|
UDL_CreateTime | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UDL_U_SID": "sample string 1", "UDL_Question": "sample string 2", "UDL_Anser": "sample string 3", "UDL_AISA_Param": [ "sample string 1", "sample string 2" ], "UDL_DialogModel": "sample string 4", "UDL_CreateTime": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.