ModelListCustomPrebuiltIntentsResponse type
listCustomPrebuiltIntents 操作の応答データを格納します。
type ModelListCustomPrebuiltIntentsResponse = IntentClassifier[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: IntentClassifier[]
}
}