Udostępnij za pośrednictwem


ModelAddIntentResponse type

Zawiera dane odpowiedzi dla operacji addIntent.

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