PatternListIntentPatternsResponse type
Contains response data for the listIntentPatterns operation.
type PatternListIntentPatternsResponse = PatternRuleInfo[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PatternRuleInfo[]
}
}