Condividi tramite


ModelAddCustomPrebuiltIntentResponse type

Contiene i dati di risposta per l'operazione addCustomPrebuiltIntent.

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