ModelAddIntentResponse type

يحتوي على بيانات الاستجابة لعملية addIntent.

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