POST api/Intent/CreateIntentFromFaq
Request Information
URI Parameters
None.
Body Parameters
faqtoIntentInputName | Description | Type | Additional information |
---|---|---|---|
botClientId | string |
None. |
|
chatClientId | string |
None. |
|
faqId | integer |
None. |
|
agentId | integer |
None. |
|
agentName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "botClientId": "sample string 1", "chatClientId": "sample string 2", "faqId": 3, "agentId": 4, "agentName": "sample string 5" }
application/xml, text/xml
Sample:
<jsonObj.faqtoIntentInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bizbot"> <agentId>4</agentId> <agentName>sample string 5</agentName> <botClientId>sample string 1</botClientId> <chatClientId>sample string 2</chatClientId> <faqId>3</faqId> </jsonObj.faqtoIntentInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |