ModelListIntentSuggestionsResponse type

Contains response data for the listIntentSuggestions operation.

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