POST api/KDCA/UserAgentMode
Request Information
URI Parameters
None.
Body Parameters
DictionaryData| Name | Description | Type | Additional information |
|---|---|---|---|
| idProject | string |
None. |
|
| idUser | string |
None. |
|
| platform | string |
None. |
|
| idClient | string |
None. |
|
| userName | string |
None. |
|
| message | string |
None. |
|
| typeMessage | string |
None. |
|
| phone | string |
None. |
|
| language | string |
None. |
|
| agent | integer |
None. |
|
| textoLibre | string |
None. |
|
| id | string |
None. |
|
| urlChat | string |
None. |
|
| phoneBot | string |
None. |
|
| payloadActual | string |
None. |
|
| messageUser | string |
None. |
|
| payloadGPT | integer |
None. |
|
| textoBoton | string |
None. |
|
| intentPayload | integer |
None. |
|
| usermessage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idProject": "sample string 1",
"idUser": "sample string 2",
"platform": "sample string 3",
"idClient": "sample string 4",
"userName": "sample string 5",
"message": "sample string 6",
"typeMessage": "sample string 7",
"phone": "sample string 8",
"language": "sample string 9",
"agent": 10,
"textoLibre": "sample string 11",
"id": "sample string 12",
"urlChat": "sample string 13",
"phoneBot": "sample string 14",
"payloadActual": "sample string 15",
"messageUser": "sample string 16",
"payloadGPT": 17,
"textoBoton": "sample string 18",
"intentPayload": 19,
"usermessage": "sample string 20"
}
application/xml, text/xml
Sample:
<DictionaryData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KDCA.Model"> <agent>10</agent> <id>sample string 12</id> <idClient>sample string 4</idClient> <idProject>sample string 1</idProject> <idUser>sample string 2</idUser> <intentPayload>19</intentPayload> <language>sample string 9</language> <message>sample string 6</message> <messageUser>sample string 16</messageUser> <payloadActual>sample string 15</payloadActual> <payloadGPT>17</payloadGPT> <phone>sample string 8</phone> <phoneBot>sample string 14</phoneBot> <platform>sample string 3</platform> <textoBoton>sample string 18</textoBoton> <textoLibre>sample string 11</textoLibre> <typeMessage>sample string 7</typeMessage> <urlChat>sample string 13</urlChat> <userName>sample string 5</userName> <usermessage>sample string 20</usermessage> </DictionaryData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |