Uses of Class
com.mypurecloud.sdk.v2.model.CopilotAction
Packages that use CopilotAction
-
Uses of CopilotAction in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CopilotActionModifier and TypeMethodDescriptionCopilotAction.actionType(CopilotAction.ActionTypeEnum actionType) Type of action.CopilotAction.attributes(Map<String, String> attributes) Action specific attributes, if any.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CopilotActionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CopilotActionModifier and TypeMethodDescriptionCopilotRule.actions(List<CopilotAction> actions) List of actions to execute, must have at least 1 element and maximum 100 elements.voidCopilotRule.setActions(List<CopilotAction> actions)