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.
|
ClientActionParameters |
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()
public String getType()
public String getSkill()
The skill that is requesting the action. Included only if **type**=`client`.
public ClientActionParameters getParameters()
Copyright © 2025 IBM Cloud. All rights reserved.