POST api/smarthome/conversation/record
Request Information
URI Parameters
None.
Body Parameters
SmartHomeConversationRecordRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| conversation_id | string |
None. |
|
| member_id | string |
None. |
|
| agent_id | string |
None. |
|
| status | string |
None. |
|
| start_time | string |
None. |
|
| end_time | string |
None. |
|
| duration_secs | integer |
None. |
|
| turn_count | integer |
None. |
|
| message_count | integer |
None. |
|
| rating | integer |
None. |
|
| review_comment | string |
None. |
|
| call_cost_usd | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"conversation_id": "sample string 1",
"member_id": "sample string 2",
"agent_id": "sample string 3",
"status": "sample string 4",
"start_time": "sample string 5",
"end_time": "sample string 6",
"duration_secs": 1,
"turn_count": 1,
"message_count": 1,
"rating": 1,
"review_comment": "sample string 7",
"call_cost_usd": 1.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.