ModelAddCustomPrebuiltIntentResponse type
Contiene datos de respuesta para la operación addCustomPrebuiltIntent.
type ModelAddCustomPrebuiltIntentResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}