查詢意圖列表

調試

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

請求參數

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

系統規定參數。取值:ListIntents。

InstanceId String af81a389-91f0-4157-8d82-720edd02b66a

實例id

PageNumber Integer 1

頁號

PageSize Integer 10

個數

ScriptId String b9ff4e88-65f9-4eb3-987c-11ba51f3f24d

話術id

Keyword String ""

過濾條件,意圖關鍵字

返回數據

名稱 類型 示例值 描述
Code String OK

接口狀態碼

HttpStatusCode Integer 200

http 狀態碼

Intents Struct

意圖列表

List Array

意圖數組

CreateTime Long 1578469042851

創建時間

IntentDescription String 同意還款意圖

實例描述

IntentId String a8494b35-eefb-4c8a-887b-b60d2f0fa57a

意圖id

IntentName String 統一還款

意圖名字

Keywords String ["還款"]

意圖關鍵字

ScriptId String 6ef95fd5-558f-4ee8-af34-b2ede087a87c

話術id

UpdateTime Long 1578469042851

意圖更新時間

Utterances String ["ok","好的","好吧","好嘞","可以","行啊","行吧","那行","知道了","我看一下","能的","等會吧","等一下","馬上還","等一會","過兩天","我會想辦法處理"]

觸發意圖的用戶表述

PageNumber Integer 1

頁號

PageSize Integer 10

頁面個數

TotalCount Integer 20

總計個數

Message String Success

接口提示消息

RequestId String 254EB995-DEDF-48A4-9101-9CA5B72FFBCC

請求id

Success Boolean true

是否成功

示例

請求示例

http(s)://[Endpoint]/?Action=ListIntents
&InstanceId=af81a389-91f0-4157-8d82-720edd02b66a
&PageNumber=1
&PageSize=10
&ScriptId=b9ff4e88-65f9-4eb3-987c-11ba51f3f24d
&<公共請求參數>

正常返回示例

XML 格式

<Code>OK</Code>
<HttpStatusCode>200</HttpStatusCode>
<Intents>
    <CreateTime>1578469042851</CreateTime>
    <IntentDescription>同意還款意圖</IntentDescription>
    <IntentId>a8494b35-eefb-4c8a-887b-b60d2f0fa57a</IntentId>
    <Keywords>還款</Keywords>
    <IntentName>同意還款</IntentName>
    <ScriptId>6ef95fd5-558f-4ee8-af34-b2ede087a87c</ScriptId>
    <UpdateTime>1578469042851</UpdateTime>
    <Utterances>ok</Utterances>
    <Utterances>好的</Utterances>
    <Utterances>好吧</Utterances>
    <Utterances>好嘞</Utterances>
    <Utterances>可以</Utterances>
    <Utterances>行啊</Utterances>
    <Utterances>行吧</Utterances>
    <Utterances>那行</Utterances>
    <Utterances>知道了</Utterances>
    <Utterances>我看一下</Utterances>
    <Utterances>能的</Utterances>
    <Utterances>等會吧</Utterances>
    <Utterances>等一下</Utterances>
    <Utterances>馬上還</Utterances>
    <Utterances>等一會</Utterances>
    <Utterances>過兩天</Utterances>
    <Utterances>我會想辦法處理</Utterances>
</Intents>
<RequestId/>
<Success>true</Success>

JSON 格式

{
    "Code": "OK",
    "HttpStatusCode": 200,
    "Intents": {
        "List":[
            {
                "CreateTime": 1578469042851,
                "IntentDescription": "同意還款意圖",
                "IntentId": "a8494b35-eefb-4c8a-887b-b60d2f0fa57a",
                "Keywords": ["還款"],
                "IntentName": "同意還款",
                "ScriptId": "6ef95fd5-558f-4ee8-af34-b2ede087a87c",
                "UpdateTime": 1578469042851,
                "Utterances": ["ok","好的","好吧","好嘞","可以","行啊","行吧","那行","知道了","我看一下","能的","等會吧","等一下","馬上還","等一會","過兩天","我會想辦法處理"]
            }
        ],
         "PageNumber":1,
        "PageSize":10,
        "TotalCount":20
    },
    "RequestId": "",
    "Success": true
}

錯誤碼

HttpCode 錯誤碼 錯誤信息 描述
500 InternalError An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. 內部錯誤。建議重試,如果多次重試報錯請提交工單。
404 NotExist.Instance The specified Instance does not exist. 指定的實例不存在。
404 NotExist.Script The specified Script does not exist. 指定的話術不存在。

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