Share via


ModelGetIntentResponse type

包含 getIntent 作業的回應資料。

type ModelGetIntentResponse = IntentClassifier & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: IntentClassifier
  }
}