Поделиться через


ModelAddCustomPrebuiltIntentResponse type

Содержит данные ответа для операции addCustomPrebuiltIntent.

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