Click or drag to resize

DialogNodeAction Class

DialogNodeAction.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1DialogNodeAction

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 class DialogNodeAction

The DialogNodeAction type exposes the following members.

Constructors
  NameDescription
Public methodDialogNodeAction
Initializes a new instance of the DialogNodeAction class
Top
Properties
  NameDescription
Public propertyActionType
The type of action to invoke.
Public propertyCredentials
The name of the context variable that the client application will use to pass in credentials for the action.
Public propertyName
The name of the action.
Public propertyParameters
A map of key/value pairs to be provided to the action.
Public propertyResultVariable
The location in the dialog context where the result of the action is stored.
Top
See Also