ModelAddIntentResponse type

Enthält Antwortdaten für den addIntent-Vorgang.

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