OnChooseIntent.Intents 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置必须位于 chooseIntent 中才能匹配的意向名称的列表。
public System.Collections.Generic.List<string> Intents { get; set; }
member this.Intents : System.Collections.Generic.List<string> with get, set
Public Property Intents As List(Of String)
属性值
必须位于 chooseIntent 中才能匹配的意向名称列表。
适用于