ModelListIntentSuggestionsResponse type

包含 listIntentSuggestions 作業的回應資料。

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