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]: Entity
Property Value
[key: string]: Entity
id
ID of this action
id: string
Property Value
string
state
State of this action. Allowed values: 'start', 'continue', 'done'
state: SemanticActionStateTypes | string
Property Value
SemanticActionStateTypes | string