3 maja 2023 roku wycofamy interfejs Transakcje (przed 13 czerwca 2023 r. wycofujemy funkcje Conversational Actions). Więcej informacji znajdziesz w artykule
Wycofanie czynności konwersacyjnych.
Seat
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Informacje o miejscu z biletem.
Zapis JSON |
{
"seatSection": string,
"seatRow": string,
"seatNumber": string,
"seatingType": string
} |
Pola |
seatSection |
string
(sekcja).
|
seatRow |
string
Wiersz.
|
seatNumber |
string
Numer miejsca.
|
seatingType |
string
Rodzaj miejsca: zwykłe, wózek inwalidzki itd.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eThe ticket seat information is represented using JSON format with fields for section, row, number, and type.\u003c/p\u003e\n"],["\u003cp\u003eSeat type can specify regular seating, wheelchair accessibility, or other specific seat characteristics.\u003c/p\u003e\n"]]],["The content describes a ticket seat's JSON representation and its fields. The JSON object includes \"seatSection,\" \"seatRow,\" and \"seatNumber,\" all represented as strings. It also contains \"seatingType,\" a string field that specifies the seat type, such as regular or wheelchair. Each attribute describes a specific characteristic of a seat in the venue.\n"],null,["# Seat\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nInformation about the ticket seat.\n\n| JSON representation ||\n|---------------------------------------------------------------------------------------------------|---|\n| ``` { \"seatSection\": string, \"seatRow\": string, \"seatNumber\": string, \"seatingType\": string } ``` |\n\n| Fields ||\n|---------------|-----------------------------------------------|\n| `seatSection` | `string` Section. |\n| `seatRow` | `string` Row. |\n| `seatNumber` | `string` Seat number. |\n| `seatingType` | `string` Seat type: regular, wheelchair, etc. |"]]