次の方法で共有


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 に含まれている必要がある意図名の一覧。

適用対象