public class ClientAction
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ClientAction.Skill
The skill that is requesting the action.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name.
|
Map<String,Object> |
getParameters()
Gets the parameters.
|
String |
getResultVariable()
Gets the resultVariable.
|
String |
getSkill()
Gets the skill.
|
String |
getType()
Gets the type.
|
public String getName()
The name of the client action.
public String getResultVariable()
The name of the variable that the results are stored in.
public String getType()
The type of turn event.
public String getSkill()
The skill that is requesting the action. Included only if **type**=`client`.
Copyright © 2025 IBM Cloud. All rights reserved.