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