Share via


PatternListIntentPatternsResponse type

Bevat antwoordgegevens voor de bewerking listIntentPatterns.

type PatternListIntentPatternsResponse = PatternRuleInfo[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PatternRuleInfo[]
  }
}