ModelGetIntentResponse type

Obsahuje data odpovědi pro operaci getIntent.

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