AutoSuggestResponse type

包含自動建議作業的回應資料。

type AutoSuggestResponse = Suggestions & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Suggestions
  }
}