Share via


ModelListIntentSuggestionsResponse type

A listIntentSuggestions művelet válaszadatait tartalmazza.

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