Bixby Developer Center

References

transaction

optional

Indicates that a concept is currently involved in a transactional flow and should be tracked accordingly. The outputs from the action types BeginTransaction, UpdateTransaction and CancelTransaction should be marked as transaction and contain logic related to that state.

Beyond tagging the concept, you must also define transaction-support logic for transaction updates within a transaction.bxb file.

For more information, see Transactional Workflows.

Example

structure (ReservationRequest) {
description (The request for a hotel room reservation. Used to confirm the user
request before booking.)
features {
transaction
}
...
}