Partager via


ModelAddCustomPrebuiltIntentResponse type

Contient des données de réponse pour l’opération addCustomPrebuiltIntent.

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