Share via


ModelListIntentSuggestionsResponse type

Bevat antwoordgegevens voor de bewerking listIntentSuggestions.

type ModelListIntentSuggestionsResponse = IntentsSuggestionExample[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: IntentsSuggestionExample[]
  }
}