SemanticAction クラス

定義

プログラムによるアクションへの参照を表します。

public class SemanticAction
type SemanticAction = class
Public Class SemanticAction
継承
SemanticAction

コンストラクター

名前 説明
SemanticAction()

SemanticAction クラスの新しいインスタンスを初期化します。

SemanticAction(String, IDictionary<String,Entity>)

SemanticAction クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Entities

このアクションに関連付けられたエンティティを取得するか設定します。

Id

このアクションのIDを取得するか設定します。

State

このアクションの状態を取得するか設定します。 許可値: startcontinuedone

適用対象