Click or drag to resize

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
C#
public enum ActionTypeEnum

Field Value

Type: 
The type of action to invoke.
Members
  Member nameValueDescription
CLIENT0 Enum CLIENT for client
SERVER1 Enum SERVER for server
See Also