Поделиться через


ModelGetIntentFeaturesResponse type

Содержит данные ответа для операции getIntentFeatures.

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