Поделиться через


ModelListIntentSuggestionsResponse type

Содержит данные ответа для операции listIntentSuggestions.

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