ModelListCustomPrebuiltIntentsResponse type
Obsahuje data odpovědi pro operaci listCustomPrebuiltIntents.
type ModelListCustomPrebuiltIntentsResponse = IntentClassifier[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: IntentClassifier[]
}
}