Partager via


ModelAddIntentResponse type

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

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