Aracılığıyla paylaş


ModelAddIntentResponse type

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

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