ModelListIntentSuggestionsResponse type
يحتوي على بيانات الاستجابة لعملية listIntentSuggestions.
type ModelListIntentSuggestionsResponse = IntentsSuggestionExample[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: IntentsSuggestionExample[]
}
}