---
title: init()
framework: intents
role: symbol
role_heading: Initializer
path: intents/ingetridestatusintent/init()
---

# init()

Initializes the get ride status intent object.

## Declaration

```swift
init()
```

## Return Value

Return Value An initialized intent object or nil if the object could not be initialized.

## Discussion

Discussion Normally, you do not create instances of this class yourself. Instead, SiriKit creates instances when the user asks for the status of a ride. However, you can use this method during testing to create intent objects in order to validate your intent handling code paths.
