次の方法で共有


ModelListIntentsResponse type

listIntents 操作の応答データを格納します。

type ModelListIntentsResponse = IntentClassifier[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: IntentClassifier[]
  }
}