ModelAddCustomPrebuiltIntentResponse type

Contains response data for the addCustomPrebuiltIntent operation.

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