查詢會話列表

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求參數

名稱 類型 是否必選 示例值 描述
Action String ListConversations

接口名稱

InstanceId String da37319b-6c83-4268-9f19-814aed62e401

實例列表

PageNumber Integer 1

頁號

PageSize Integer 10

個數

返回數據

名稱 類型 示例值 描述
Conversations Array

會話列表

BeginTime Long 1582266750353

開始時間

CallingNumber String 135815884***

主叫號碼

ConversationId String 82b2eaae-ce5c-45f8-8231-f15b6b27e55c

會話id

EffectiveAnswerCount Integer 10

有效問答數

EndTime Long 1582266750353

結束時間

SkillGroupId String cee52971993

技能組id

TransferredToAgent Boolean true

是否轉換到技能組

UserUtteranceCount Integer 12

客戶提問數

PageNumber Integer 1

頁號

PageSize Integer 10

個數

RequestId String a2c26e67-5984-4935-984e-bcee52971993

請求id

TotalCount Long 1

總計個數

示例

請求示例

http(s)://[Endpoint]/?Action=ListConversations
&InstanceId=da37319b-6c83-4268-9f19-814aed62e401
&PageNumber=1
&PageSize=10
&<公共請求參數>

正常返回示例

JSON 格式

{
    "RequestId": "14C39896-AE6D-4643-9C9A-E0566B2C2DDD",
	"PageNumber": 1,
	"PageSize": 10,
	"TotalCount": 100,
	"Conversations": [
	  {
	    "CallingNumber": "138106*****",
	    "BeginTime": "",
	    "EndTime": "1582266750353",
	    "TransferredToAgent":true,
	    "SkillGroupId":"AAA",
	    "UserUtteranceCount":10,
	    "EffectiveAnswerCount":8
	  }
	]
}

錯誤碼

HttpCode 錯誤碼 錯誤信息 描述
500 InternalError An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. 內部錯誤。建議重試,如果多次重試報錯請提交工單。
404 InvalidInstanceId.NotFound The specified InstanceId does not exist. 指定的實例ID不存在。
400 InvalidParameter The specified parameter %s is invalid. 參數值校驗不通過。請使用請求參數構造規范化的請求字符串。

訪問錯誤中心查看更多錯誤碼。

訪問錯誤中心查看更多錯誤碼。