OnChooseIntent.Intents 属性

定义

获取或设置必须位于 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 中才能匹配的意向名称列表。

适用于