POST api/Dialog/GetDialogLog

Request Information

URI Parameters

None.

Body Parameters

GetDialogLog
NameDescriptionTypeAdditional information
UDL_U_SID

string

None.

UDL_AISA_Param

Collection of string

None.

UDL_DialogModel

string

None.

SerchDays

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UDL_U_SID": "sample string 1",
  "UDL_AISA_Param": [
    "sample string 1",
    "sample string 2"
  ],
  "UDL_DialogModel": "sample string 2",
  "SerchDays": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of SaveDialogLog
NameDescriptionTypeAdditional 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.

Response 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"
  },
  {
    "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"
  }
]