public static interface SessionInteraction.Specification
Modifier and Type | Method and Description |
---|---|
UserMessage |
getAcceptButtonLabel()
Returns the label associated with the Accept button.
|
UserMessage |
getAcceptConfirmationMessage()
Returns the confirmation message associated with the Accept button.
|
UserMessage |
getRejectButtonLabel()
Returns the label associated with the Reject button.
|
UserMessage |
getRejectConfirmationMessage()
Returns the confirmation message associated with the Reject button.
|
boolean |
isAutoComplete()
Returns
true if the user service associated with the
interaction is auto-complete. |
boolean |
isCommentMandatoryForAccept()
Returns
true if the comment is mandatory for accepting
the interaction. |
boolean |
isCommentMandatoryForReject()
Returns
true if the comment is mandatory for rejecting
the interaction. |
boolean |
isRejectEnabled()
Returns
true if the reject is enabled for the interaction. |
UserMessage getAcceptButtonLabel()
UserMessage getAcceptConfirmationMessage()
UserMessage getRejectButtonLabel()
UserMessage getRejectConfirmationMessage()
boolean isAutoComplete()
true
if the user service associated with the
interaction is auto-complete.
Currently, only some built-in services can be considered as auto-complete.
boolean isRejectEnabled()
true
if the reject is enabled for the interaction.boolean isCommentMandatoryForAccept()
true
if the comment is mandatory for accepting
the interaction.boolean isCommentMandatoryForReject()
true
if the comment is mandatory for rejecting
the interaction.