DialogNodeActionActionTypeEnum Enumeration |
The type of action to invoke.
Namespace:
IBM.Watson.DeveloperCloud.Services.Assistant.v1
Assembly:
unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum ActionTypeEnum
Field Value
Type:
The type of action to invoke.
Members
| Member name | Value | Description |
---|
| CLIENT | 0 |
Enum CLIENT for client
|
| SERVER | 1 |
Enum SERVER for server
|
See Also