POST api/KDCA/PhraseAddKeywords
Request Information
URI Parameters
None.
Body Parameters
DictionaryBackNEW| Name | Description | Type | Additional information |
|---|---|---|---|
| idDictionary | integer |
None. |
|
| priority | integer |
None. |
|
| term | string |
None. |
|
| keywords | string |
None. |
|
| language | string |
None. |
|
| languageId | integer |
None. |
|
| intent | string |
None. |
|
| idIntent | integer |
None. |
|
| coincidences | integer |
None. |
|
| coincidencesKO | integer |
None. |
|
| responses | integer |
None. |
|
| finishBot | integer |
None. |
|
| finalFlujo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"idDictionary": 1,
"priority": 2,
"term": "sample string 3",
"keywords": "sample string 4",
"language": "sample string 5",
"languageId": 6,
"intent": "sample string 7",
"idIntent": 8,
"coincidences": 9,
"coincidencesKO": 10,
"responses": 11,
"finishBot": 12,
"finalFlujo": 13
}
application/xml, text/xml
Sample:
<DictionaryBackNEW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KDCA.Model"> <coincidences>9</coincidences> <coincidencesKO>10</coincidencesKO> <finalFlujo>13</finalFlujo> <finishBot>12</finishBot> <idDictionary>1</idDictionary> <idIntent>8</idIntent> <intent>sample string 7</intent> <keywords>sample string 4</keywords> <language>sample string 5</language> <languageId>6</languageId> <priority>2</priority> <responses>11</responses> <term>sample string 3</term> </DictionaryBackNEW>
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. |