BDKIntent
@protocol BDKIntent <NSObject>
Represents a request for an action that the sdk should fulfill on behalf of the user.
-
The intent unique identifier.
Declaration
Objective-C
@property (readonly, copy, nonatomic) NSUUID *_Nonnull UUID;Swift
var uuid: UUID { get }
View on GitHub
BDKIntent Protocol Reference