Share via


ModelAddIntentResponse type

Bevat antwoordgegevens voor de bewerking addIntent.

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