| ScenarioEntityType Enumeration |
Enumeration of the scenario entity type
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax public enum ScenarioEntityType
Public Enumeration ScenarioEntityType
public enum class ScenarioEntityType
Members
| Member name | Value | Description |
---|
| Question | 0 |
The entity involved by the scenario is a question
|
| Response | 1 |
The entity involved by the scenario is a response
|
| Routing | 2 |
The entity involved by the scenario is a routing
|
| Resource | 3 |
The entity involved by the scenario is a resource
|
See Also