您现在访问的是微软AZURE全球版技术文档网站,若需要访问由世纪互联运营的MICROSOFT AZURE中国区技术文档网站,请访问 https://docs.azure.cn.
SuggestedActions.Actions 属性
定义
public System.Collections.Generic.IList<Microsoft.Bot.Connector.CardAction> Actions { get; set; }
member this.Actions : System.Collections.Generic.IList<Microsoft.Bot.Connector.CardAction> with get, set
Public Property Actions As IList(Of CardAction)
属性值
- System.Collections.Generic.IList<CardAction>