<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INObject/init(identifier:display:subtitle:image:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INObject(im)initWithIdentifier:displayString:subtitleString:displayImage:"
  },
  "title" : "init(identifier:display:subtitle:image:)"
}
-->

# init(identifier:display:subtitle:image:)

Creates a custom intent object with full display information.

```
convenience init(identifier: String?, display displayString: String, subtitle subtitleString: String?, image displayImage: INImage?)
```

## Parameters

`identifier`

A string that identifies the custom object within your app.

`displayString`

A string that concisely describes the custom object.

`subtitleString`

A string that concisely describes the custom object.

`displayImage`

A string that adds secondary information about the object.

## Return Value

A new [`INObject`](/documentation/Intents/INObject), or `nil` if the initializer couldn’t create the object.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)