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