Contents

identifier

The unique identifier for this intent object.

Declaration

var identifier: String? { get }

Discussion

SiriKit generates a UUID for this property at creation time and it can’t be changed later. You can use this value in your app to identify the specific request made by the user.

See Also

Accessing Intent Information