displaysMessage
A Boolean indicating whether your view controller replaces the default message interface that Siri provides.
Declaration
optional var displaysMessage: Bool { get }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.