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