Condividi tramite


ModelListCustomPrebuiltIntentsResponse type

Contiene i dati di risposta per l'operazione listCustomPrebuiltIntents.

type ModelListCustomPrebuiltIntentsResponse = IntentClassifier[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: IntentClassifier[]
  }
}