Package com.veeva.vault.sdk.api.agent
Interface AgentActionRunResult
public interface AgentActionRunResult
Contains information about an agent action started through
AgentService.runAgentAction(AgentActionParameters).-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the ID of the initiated action.
-
Method Details
-
getActionInstanceId
String getActionInstanceId()Retrieves the ID of the initiated action.- Returns:
- action instance ID
-