Share via


ModelGetIntentResponse type

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

type ModelGetIntentResponse = IntentClassifier & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: IntentClassifier
  }
}