public class DialogNodeAction
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
DialogNodeAction.Type
The type of action to invoke.
|
Modifier and Type | Method and Description |
---|---|
String |
getCredentials()
Gets the credentials.
|
String |
getName()
Gets the name.
|
Map<String,Object> |
getParameters()
Gets the parameters.
|
String |
getResultVariable()
Gets the resultVariable.
|
String |
getType()
Gets the type.
|
public String getName()
The name of the action.
public String getType()
The type of action to invoke.
public Map<String,Object> getParameters()
A map of key/value pairs to be provided to the action.
public String getResultVariable()
The location in the dialog context where the result of the action is stored.
public String getCredentials()
The name of the context variable that the client application will use to pass in credentials for the action.
Copyright © 2024 IBM Cloud. All rights reserved.