Condividi tramite


ModelAddIntentResponse type

Contiene i dati di risposta per l'operazione addIntent.

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