SemanticAction interface 
Represents a reference to a programmatic action
Properties
| entities | Entities associated with this action | 
| id | ID of this action | 
| state | State of this action. Allowed values: 'start', 'continue', 'done' | 
Property Details
entities
Entities associated with this action
entities: [key: string]: EntityProperty Value
[key: string]: Entity
id
ID of this action
id: stringProperty Value
string
state
State of this action. Allowed values: 'start', 'continue', 'done'
state: SemanticActionStateTypes | stringProperty Value
SemanticActionStateTypes | string