Acknowledgements
This category of pattern is used to acknowledge receipt of a notification (most often an
Offer
), normally providing an
Accept
or
Reject
type
Patterns in this category
Name |
Description |
Category |
Accept
|
This pattern is used to acknowledge and accept a request (Offer ). This should be interpreted to mean that the target intends to act on the request in some way. It does not imply any kind of outcome beyond this. |
acknowledgements
|
Reject
|
This pattern is used to acknowledge and reject a request (Offer ). This should be interpreted to mean that the target will take no further action with regard to this Offer . It does not imply any kind of outcome beyond this. |
acknowledgements
|
Tentatively Accept
|
This pattern is used to acknowledge and tentatively accept a request (Offer ). This should be interpreted to mean that the target currently intends to act on the request in some way, but that this might change. It does not imply any kind of outcome beyond this. |
acknowledgements
|