你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Thing 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义一个事物。
public class Thing : Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.Response
type Thing = class
inherit Response
Public Class Thing
Inherits Response
- 继承
- 派生
构造函数
Thing() |
初始化 Thing 类的新实例。 |
Thing(String, String, String, IList<Action>, IList<Action>, String, String, String) |
初始化 Thing 类的新实例。 |
属性
AdaptiveCard |
定义一个事物。 (继承自 Response) |
Id |
获取字符串标识符。 (继承自 Identifiable) |
ImmediateAction |
定义一个事物。 (继承自 Response) |
PotentialAction |
定义一个事物。 (继承自 Response) |
PreferredClickthroughUrl |
定义一个事物。 (继承自 Response) |
ReadLink |
获取返回此资源的 URL。 (继承自 Response) |
Url |
获取 URL,以获取有关此对象表示的事物的详细信息。 |
WebSearchUrl |
获取必应针对此项的搜索结果的 URL。 (继承自 Response) |