---
title: disclaimerMessage
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrideoption/disclaimermessage
---

# disclaimerMessage

A localized disclaimer message to display to the user before confirming the ride.

## Declaration

```swift
var disclaimerMessage: String? { get set }
```

## Discussion

Discussion Use this property to specify disclaimers about the ride you are offering. For example, you might use this property to present terms and conditions of the ride or to emphasize specific conditions such as when the user might share the ride with other users.

## See Also

### Specifying the Ride Information

- [name](intents/inrideoption/name.md)
- [estimatedPickupDate](intents/inrideoption/estimatedpickupdate.md)
- [availablePartySizeOptions](intents/inrideoption/availablepartysizeoptions.md)
- [availablePartySizeOptionsSelectionPrompt](intents/inrideoption/availablepartysizeoptionsselectionprompt.md)
