Click or drag to resize

CreateDialogNodeNodeTypeEnum Enumeration

How the dialog node is processed.

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 NodeTypeEnum

Field Value

Type: 
How the dialog node is processed.
Members
  Member nameValueDescription
STANDARD0 Enum STANDARD for standard
EVENT_HANDLER1 Enum EVENT_HANDLER for event_handler
FRAME2 Enum FRAME for frame
SLOT3 Enum SLOT for slot
RESPONSE_CONDITION4 Enum RESPONSE_CONDITION for response_condition
See Also