Share via


ModelAddCustomPrebuiltIntentResponse type

包含 addCustomPrebuiltIntent 作業的回應資料。

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