Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents a semantic action.

    interface SemanticAction {
        entities: { [propertyName: string]: Entity };
        id: string;
        state: string;
    }
    Index

    Properties

    Properties

    entities: { [propertyName: string]: Entity }

    Entities associated with the semantic action.

    id: string

    Unique identifier for the semantic action.

    state: string

    State of the semantic action.