Condividi tramite


ModelGetIntentResponse type

Contiene i dati di risposta per l'operazione getIntent.

type ModelGetIntentResponse = IntentClassifier & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: IntentClassifier
  }
}