ModelGetIntentFeaturesResponse type

包含 getIntentFeatures 作業的回應資料。

type ModelGetIntentFeaturesResponse = ModelFeatureInformation[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ModelFeatureInformation[]
  }
}