Share via


ModelAddIntentResponse type

Contiene datos de respuesta para la operación addIntent.

type ModelAddIntentResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}