返回一個全局的話術(shù)的數(shù)據(jù)

調(diào)試

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

請求參數(shù)

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

系統(tǒng)規(guī)定參數(shù)。取值:DescribeGlobalQuestion。

GlobalQuestionId String e851e242-ad67-4507-96a2-d4114564dcec

查詢的全局話術(shù)id

InstanceId String 7cefbff0-8d50-4d6f-b93c-73cee23c1555

實例id

ScriptId String b7ee988b-2837-4bc1-9d56-f76e7c831f60

全局話術(shù)所在的話術(shù)id

返回數(shù)據(jù)

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

接口狀態(tài)碼

GlobalQuestion Struct

全局話術(shù)信息

Answers String ["你好,我是你的專屬客服顧問."]

回復數(shù)組

GlobalQuestionId String f160ec2e-94f2-4c03-87be-ece5b52d5dd9

全局話術(shù)id

GlobalQuestionName String 你是誰-全局問題

全局話術(shù)名字

GlobalQuestionType String COMMON

全局話術(shù)類型

Questions String ["你是誰","你叫什么"]

問題數(shù)組

ScriptId String 290e06a5-6de2-4cc8-8a9c-72b7c152256c

話術(shù)id

HttpStatusCode Integer 200

http狀態(tài)碼

Message String Success

接口提示信息

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

請求id

Success Boolean true

是否成功

示例

請求示例

http(s)://[Endpoint]/?Action=DescribeGlobalQuestion
&GlobalQuestionId=e851e242-ad67-4507-96a2-d4114564dcec
&InstanceId=7cefbff0-8d50-4d6f-b93c-73cee23c1555
&ScriptId=b7ee988b-2837-4bc1-9d56-f76e7c831f60
&<公共請求參數(shù)>

正常返回示例

XML 格式

<Code>OK</Code>
<GlobalQuestion>
    <Answers>你好,我是你的專屬客服顧問.</Answers>
    <GlobalQuestionId>f160ec2e-94f2-4c03-87be-ece5b52d5dd9</GlobalQuestionId>
    <GlobalQuestionType>COMMON</GlobalQuestionType>
    <GlobalQuestionName>你是誰-全局問題</GlobalQuestionName>
    <Questions>你是誰</Questions>
    <Questions>你叫什么</Questions>
    <ScriptId>290e06a5-6de2-4cc8-8a9c-72b7c152256c</ScriptId>
</GlobalQuestion>
<HttpStatusCode>200</HttpStatusCode>
<RequestId>8858cdee-bb81-4fa5-84ea-sdjnv</RequestId>
<Success>true</Success>

JSON 格式

{
    "Code": "OK",
    "GlobalQuestion": {
        "Answers": ["你好,我是你的專屬客服顧問."],
        "GlobalQuestionId": "f160ec2e-94f2-4c03-87be-ece5b52d5dd9",
        "GlobalQuestionType": "COMMON",
        "GlobalQuestionName":"你是誰-全局問題",
        "Questions": ["你是誰","你叫什么"],
        "ScriptId": "290e06a5-6de2-4cc8-8a9c-72b7c152256c"
    },
    "HttpStatusCode": 200,
    "RequestId": "8858cdee-bb81-4fa5-84ea-sdjnv",
    "Success": true
}

錯誤碼

HttpCode 錯誤碼 錯誤信息 描述
500 InternalError An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. 內(nèi)部錯誤。建議重試,如果多次重試報錯請?zhí)峤还巍?/td>
404 NotExist.Instance The specified Instance does not exist. 指定的實例不存在。
404 NotExist.Script The specified Script does not exist. 指定的話術(shù)不存在。

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