Delen via


ModelAddIntentResponse type

Bevat antwoordgegevens voor de addIntent-bewerking.

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