<!--
{
  "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",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INTermsAndConditions"
  },
  "title" : "INTermsAndConditions"
}
-->

# INTermsAndConditions

The terms and conditions of service when making restaurant reservations.

```
class INTermsAndConditions
```

## Overview

An [`INTermsAndConditions`](/documentation/Intents/INTermsAndConditions) object contains information about the terms and conditions that your company applies to users when handling restaurant reservations. Use this object to communicate the details of your company’s policies. The system presents your terms and conditions to the user through the built-in reservation interfaces. You create instances of this class when providing a response to a [`INGetAvailableRestaurantReservationBookingsIntent`](/documentation/Intents/INGetAvailableRestaurantReservationBookingsIntent) object.

## Topics

### Initializing the Terms and Conditions Object

[`init(localizedTermsAndConditionsText:privacyPolicyURL:termsAndConditionsURL:)`](/documentation/Intents/INTermsAndConditions/init(localizedTermsAndConditionsText:privacyPolicyURL:termsAndConditionsURL:))

Initializes the terms and conditions object with the specified information.

### Getting the Terms and Conditions

[`localizedTermsAndConditionsText`](/documentation/Intents/INTermsAndConditions/localizedTermsAndConditionsText)

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

[`privacyPolicyURL`](/documentation/Intents/INTermsAndConditions/privacyPolicyURL)

The URL to your company’s privacy policy web page.

[`termsAndConditionsURL`](/documentation/Intents/INTermsAndConditions/termsAndConditionsURL)

The URL to your company’s terms and conditions web page.



---

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)