ModelGetIntentResponse type
Contiene datos de respuesta para la operación getIntent.
type ModelGetIntentResponse = IntentClassifier & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: IntentClassifier
}
}