Interface UnbluPersonCustomActionInvocation
- All Superinterfaces:
UnbluCustomActionInvocation
An extension of the
UnbluCustomActionInvocation
interface for custom actions invoked on a person.-
Method Summary
Modifier and TypeMethodDescriptionGet the display name of the person the action was invoked on.Get the ID of the person the action was invoked on.Methods inherited from interface com.unblu.sdk.core.conversation.customaction.UnbluCustomActionInvocation
geIinvocationId, getConversationId, getInvocationTimestamp, getInvokingPersonDisplayName, getInvokingPersonId, getKey
-
Method Details
-
getTargetPersonId
String getTargetPersonId()Get the ID of the person the action was invoked on.- Returns:
- The ID of the target person as a string.
-
getTargetPersonDisplayName
String getTargetPersonDisplayName()Get the display name of the person the action was invoked on.- Returns:
- The display name of the target person as a string.
-