<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INTrainTrip",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INTrainTrip"
  },
  "title" : "INTrainTrip"
}
-->

# INTrainTrip

The information that describes a train trip.

```
class INTrainTrip
```

## Topics

### Creating a Train Trip

[`init(provider:trainName:trainNumber:tripDuration:departureStationLocation:departurePlatform:arrivalStationLocation:arrivalPlatform:)`](/documentation/Intents/INTrainTrip/init(provider:trainName:trainNumber:tripDuration:departureStationLocation:departurePlatform:arrivalStationLocation:arrivalPlatform:))

Creates a new train trip with the specified contents and attributes.

### Getting the Train Trip Information

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

The name for the train company.

[`trainName`](/documentation/Intents/INTrainTrip/trainName)

The name of the train.

[`trainNumber`](/documentation/Intents/INTrainTrip/trainNumber)

The unique identifier for the train.

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

The date and time range for the departure and arrival of the train.

[`departureStationLocation`](/documentation/Intents/INTrainTrip/departureStationLocation)

The station from which the train departs.

[`departurePlatform`](/documentation/Intents/INTrainTrip/departurePlatform)

The platform from which the train departs.

[`arrivalStationLocation`](/documentation/Intents/INTrainTrip/arrivalStationLocation)

The station at which the train arrives.

[`arrivalPlatform`](/documentation/Intents/INTrainTrip/arrivalPlatform)

The platform at which the train arrives.



---

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)