Aracılığıyla paylaş


ModelAddCustomPrebuiltIntentResponse type

addCustomPrebuiltIntent işlemi için yanıt verilerini içerir.

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