<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INTermsAndConditions/init(localizedTermsAndConditionsText:privacyPolicyURL:termsAndConditionsURL:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INTermsAndConditions(im)initWithLocalizedTermsAndConditionsText:privacyPolicyURL:termsAndConditionsURL:"
  },
  "title" : "init(localizedTermsAndConditionsText:privacyPolicyURL:termsAndConditionsURL:)"
}
-->

# init(localizedTermsAndConditionsText:privacyPolicyURL:termsAndConditionsURL:)

Initializes the terms and conditions object with the specified information.

```
init(localizedTermsAndConditionsText: String, privacyPolicyURL: URL?, termsAndConditionsURL: URL?)
```

## Parameters

`localizedTermsAndConditionsText`

A localized, user-readable string that summarizes the terms and conditions of your company’s services.

`privacyPolicyURL`

A URL that links to a more detailed web page describing your company’s privacy policy.

`termsAndConditionsURL`

A URL that links to a more detailed web page explaining your company’s terms and conditions.

## Return Value

An initialized terms and conditions object or `nil` if the object could not be created.

## 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)