ModelAddIntentResponse type

Contains response data for the addIntent operation.

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