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