ModelAddIntentResponse type

包含 addIntent 作業的回應資料。

type ModelAddIntentResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}