SemanticAction interface
Represents a semantic action.
Properties
entities | Entities associated with the semantic action. |
id | Unique identifier for the semantic action. |
state | State of the semantic action. |
Property Details
entities
Entities associated with the semantic action.
entities: {[propertyName: string]: Entity}
Property Value
{[propertyName: string]: Entity}
id
Unique identifier for the semantic action.
id: string
Property Value
string
state
State of the semantic action.
state: string
Property Value
string