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.
TicketFulfillmentInfo
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Informacje potrzebne do otrzymania biletów.
Zapis JSON |
{
"fulfillmentType": enum (Type ),
"expectedFulfillmentTime": {
object (Time )
},
"location": {
object (Location )
},
"price": {
object (PriceAttribute )
},
"fulfillmentContact": {
object (UserInfo )
}
} |
Pola |
fulfillmentType |
enum (Type )
Typ realizacji, np. z dostawą lub odbiorem.
|
expectedFulfillmentTime |
object (Time )
Oczekiwany czas dostawy lub odbioru. Okno, jeśli został określony zakres czasu, lub szacowany czas dotarcia, jeśli został określony pojedynczy czas.
|
location |
object (Location )
Miejsce odbioru lub dostawy.
|
price |
object (PriceAttribute )
Koszt tej opcji.
|
fulfillmentContact |
object (UserInfo )
Kontakt użytkownika na potrzeby tej realizacji.
|
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.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eThis documentation details the JSON representation for retrieving ticket information, outlining the structure and data types for fulfillment details.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON object includes fields like fulfillment type, expected fulfillment time, location, price, and contact information.\u003c/p\u003e\n"],["\u003cp\u003eEach field within the JSON object has a specific data type and provides details regarding the ticket fulfillment process, such as delivery or pickup options, timeframes, and associated costs.\u003c/p\u003e\n"]]],["The provided JSON structure defines how to represent ticket fulfillment information. Key details include `fulfillmentType` (delivery or pickup), `expectedFulfillmentTime` (time window or ETA), `location` (pickup or delivery point), `price` (cost), and `fulfillmentContact` (user contact details). These fields use specific object types and an enum for specifying the nature of the fulfillment, timing, place, price and user.\n"],null,["# TicketFulfillmentInfo\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nInformation to receive tickets.\n\n| JSON representation ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"fulfillmentType\": enum (/assistant/df-asdk/transactions/reference/physical/rest/v3/Type), \"expectedFulfillmentTime\": { object (/assistant/df-asdk/transactions/reference/physical/rest/v3/Order#Time) }, \"location\": { object (/assistant/df-asdk/transactions/reference/physical/rest/v3/Order#Location) }, \"price\": { object (/assistant/df-asdk/transactions/reference/physical/rest/v3/Order#PriceAttribute) }, \"fulfillmentContact\": { object (/assistant/df-asdk/transactions/reference/physical/rest/v3/Order#UserInfo) } } ``` |\n\n| Fields ||\n|---------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `fulfillmentType` | `enum (`[Type](/assistant/df-asdk/transactions/reference/physical/rest/v3/Type)`)` Type of the fulfillment, e.g. delivery or pickup. |\n| `expectedFulfillmentTime` | `object (`[Time](/assistant/df-asdk/transactions/reference/physical/rest/v3/Order#Time)`)` Expected delivery or pickup time. A window if a time-range is specified or ETA if single time specified. |\n| `location` | `object (`[Location](/assistant/df-asdk/transactions/reference/physical/rest/v3/Order#Location)`)` Pickup or delivery location. |\n| `price` | `object (`[PriceAttribute](/assistant/df-asdk/transactions/reference/physical/rest/v3/Order#PriceAttribute)`)` Cost of this option. |\n| `fulfillmentContact` | `object (`[UserInfo](/assistant/df-asdk/transactions/reference/physical/rest/v3/Order#UserInfo)`)` User contact for this fulfillment. |"]]