Package com.mypurecloud.sdk.v2.model
Class CopilotAction
java.lang.Object
com.mypurecloud.sdk.v2.model.CopilotAction
- All Implemented Interfaces:
Serializable
CopilotAction
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionType(CopilotAction.ActionTypeEnum actionType) Type of action.attributes(Map<String, String> attributes) Action specific attributes, if any.booleaninthashCode()voidsetActionType(CopilotAction.ActionTypeEnum actionType) voidsetAttributes(Map<String, String> attributes) toString()
-
Constructor Details
-
CopilotAction
public CopilotAction() -
CopilotAction
-
-
Method Details
-
actionType
Type of action. -
getActionType
-
setActionType
-
attributes
Action specific attributes, if any. Maximum 100 of string key-value pair allowed. -
getAttributes
-
setAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-