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: stringProperty Value
string
state
State of the semantic action.
state: stringProperty Value
string