ModelListIntentsResponse type
Contains response data for the listIntents operation.
type ModelListIntentsResponse = IntentClassifier[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: IntentClassifier[]
}
}