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