ModelListIntentSuggestionsResponse type
Contém dados de resposta para a operação listIntentSuggestions.
type ModelListIntentSuggestionsResponse = IntentsSuggestionExample[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: IntentsSuggestionExample[]
}
}