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

# INBoatTrip

The information that describes a boat trip.

```
class INBoatTrip
```

## Topics

### Creating a Boat Trip

[`init(provider:boatName:boatNumber:tripDuration:departureBoatTerminalLocation:arrivalBoatTerminalLocation:)`](/documentation/Intents/INBoatTrip/init(provider:boatName:boatNumber:tripDuration:departureBoatTerminalLocation:arrivalBoatTerminalLocation:))

Creates a boat trip with the specified contents and attributes.

### Getting the Boat Trip Information

[`provider`](/documentation/Intents/INBoatTrip/provider)

The operator of the boat line.

[`boatName`](/documentation/Intents/INBoatTrip/boatName)

The name of the boat.

[`boatNumber`](/documentation/Intents/INBoatTrip/boatNumber)

The number associated with the boat.

[`tripDuration`](/documentation/Intents/INBoatTrip/tripDuration)

The timespan of the boat trip from departure to arrival.

[`departureBoatTerminalLocation`](/documentation/Intents/INBoatTrip/departureBoatTerminalLocation)

The place where the boat trip starts.

[`arrivalBoatTerminalLocation`](/documentation/Intents/INBoatTrip/arrivalBoatTerminalLocation)

The place where the boat trip ends.



---

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)