ModelAddIntentResponse type

Innehåller svarsdata för åtgärden addIntent.

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