BDKIntent

Objective-C

@protocol BDKIntent <NSObject>

Swift

protocol BDKIntent : NSObjectProtocol

Represents a request for an action that the sdk should fulfill on behalf of the user.

  • The intent unique identifier.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSUUID *_Nonnull UUID;

    Swift

    var uuid: UUID { get }