Share via


ModelAddIntentResponse type

Contém dados de resposta para a operação addIntent.

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