---
title: displaysMessage
framework: intentsui
role: symbol
role_heading: Instance Property
path: intentsui/inuihostedviewsiriproviding/displaysmessage
---

# displaysMessage

A Boolean indicating whether your view controller replaces the default message interface that Siri provides.

## Declaration

```swift
optional var displaysMessage: Bool { get }
```

## Discussion

Discussion Implement this property and return true when you want your view controller to display the content and recipients of a message. For example, you might return true when you want to provide a customized message interface. If you do not implement this property, or your implementation returns false, Siri displays the message recipients and content using its own interface.

## See Also

### Overriding the Default Behavior

- [displaysMap](intentsui/inuihostedviewsiriproviding/displaysmap.md)
- [displaysPaymentTransaction](intentsui/inuihostedviewsiriproviding/displayspaymenttransaction.md)
