HttpRequestUtils class
Http 请求 utils 类。
方法
execute |
执行 Http 请求。 |
方法详细信息
executeHttpRequest(string, string, QnAMakerEndpoint, number)
执行 Http 请求。
function executeHttpRequest(requestUrl: string, payloadBody: string, endpoint: QnAMakerEndpoint, timeout?: number): Promise<QnAMakerResults | KnowledgeBaseAnswers | undefined>
参数
- requestUrl
-
string
Http 请求 URL。
- payloadBody
-
string
Http 请求正文。
- endpoint
- QnAMakerEndpoint
QnA Maker 终结点详细信息。
- timeout
-
number
(可选)http 调用的超时
返回
Promise<QnAMakerResults | KnowledgeBaseAnswers | undefined>
解析为 QnAMakerResults 的承诺