What's New
Cloud Contact Center Terminology Update
https://www.example.com.https://www.example.com?SdkAppid=$SDKAppID&CallbackCommand=$CallbackCommand&contenttype=json&ClientIP=$ClientIP&OptPlatform=$OptPlatform
Parameter | Description |
https | The request protocol is HTTPS, and the request method is POST. |
www.example.com | Callback URL |
SdkAppid | Assigned SDKAppID in the Chat console when creating an application |
CallbackCommand | Fixed as Chatbot.InterfaceInvocation |
contenttype | The value is fixed as JSON. |
ClientIP | Client IP address. For example, 127.0.0.1. |
{"CallbackCommand": "Chatbot.InterfaceInvocation", // Callback command word"Body": // Variable value passed-through to business{"SystemClientUserID": "user517", // System variable, uid"SystemSessionID": "207cac25-f49e-4ada-9c9f-301cea31dcf2", // System variable, SessionID"staticKey": "staticValue", // Fixed value"testKey3": "" // Custom Variable},"EventTime": 1731488371784}
Field | Type | Required or Not | Description |
CallbackCommand | String | Yes | The callback command word is fixed as Chatbot.InterfaceInvocation. |
Body | Object | Yes | The package passed through to the business side contains a map, where the key is the variable name and the value is the variable value. Specific variable types can refer to the API call node in the multi-round task. |
EventTime | Integer | Yes | Timestamp. |
{"ActionStatus":"OK","ErrorInfo":"","ErrorCode":0,"Body":{"testKey1":"value1", // Variable returned by the business"testKey3":"10"}}
Field | Type | Required or Not | Description |
ErrorCode | Integer | Yes | Error code: 0 for success, others for failure. |
ErrorInfo | String | Yes | Error message. |
ActionStatus | String | Yes | Request processing result. OK means processing successful. |
Body | Object | No | Packet returns Desk with a map where the key is the variable name and the value is the variable data, which will be populated into the corresponding session variables. |
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan