ModelListIntentSuggestionsResponse type
listIntentSuggestions 操作の応答データを格納します。
type ModelListIntentSuggestionsResponse = IntentsSuggestionExample[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: IntentsSuggestionExample[]
}
}