ModelGetIntentFeaturesResponse type
Contiene datos de respuesta para la operación getIntentFeatures.
type ModelGetIntentFeaturesResponse = ModelFeatureInformation[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModelFeatureInformation[]
}
}