ModelListIntentSuggestionsResponse type
Obsahuje data odpovědi pro operaci listIntentSuggestions.
type ModelListIntentSuggestionsResponse = IntentsSuggestionExample[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: IntentsSuggestionExample[]
}
}