Class ConferenceDataService
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ConferenceDataService
वह सेवा जिसका इस्तेमाल करके स्क्रिप्ट, कॉन्फ़्रेंसिंग की जानकारी बना सकती हैं.
ज़्यादा जानकारी वाला दस्तावेज़
newConferenceDataBuilder()
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe ConferenceDataService is a service that allows scripts to create conferencing information.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods to create various conference-related objects like ConferenceDataBuilder, ConferenceError, ConferenceParameter, and EntryPoint.\u003c/p\u003e\n"],["\u003cp\u003eEach of these methods returns a new, empty instance of the respective object, allowing developers to populate them with relevant data.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use properties like ConferenceErrorType, EntryPointFeature, and EntryPointType for detailed conference configurations.\u003c/p\u003e\n"],["\u003cp\u003eThis service enables scripting functionalities to manage and manipulate conference data within Apps Script.\u003c/p\u003e\n"]]],["The `ConferenceDataService` allows scripts to manage conferencing information. It features properties like `ConferenceErrorType`, `EntryPointFeature`, and `EntryPointType`. Key actions involve creating new instances: `newConferenceDataBuilder()` generates an empty `ConferenceDataBuilder`, `newConferenceError()` produces an empty `ConferenceError`, `newConferenceParameter()` returns an empty `ConferenceParameter`, and `newEntryPoint()` provides a blank `EntryPoint`. These methods facilitate the construction of conference data components, each starting as an empty object.\n"],null,["# Class ConferenceDataService\n\nConferenceDataService\n\nService that scripts can use to create conferencing information. \n\n### Properties\n\n| Property | Type | Description |\n|---------------------------|-------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|\n| `Conference``Error``Type` | [ConferenceErrorType](/apps-script/reference/conference-data/conference-error-type) | The [ConferenceErrorType](/apps-script/reference/conference-data/conference-error-type) enumeration. |\n| `Entry``Point``Feature` | [EntryPointFeature](/apps-script/reference/conference-data/entry-point-feature) | The [EntryPointFeature](/apps-script/reference/conference-data/entry-point-feature) enumeration. |\n| `Entry``Point``Type` | [EntryPointType](/apps-script/reference/conference-data/entry-point-type) | The [EntryPointType](/apps-script/reference/conference-data/entry-point-type) enumeration. |\n\n### Methods\n\n| Method | Return type | Brief description |\n|-----------------------------------------------------------|-----------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|\n| [newConferenceDataBuilder()](#newConferenceDataBuilder()) | [ConferenceDataBuilder](/apps-script/reference/conference-data/conference-data-builder) | Returns a new, empty [ConferenceDataBuilder](/apps-script/reference/conference-data/conference-data-builder). |\n| [newConferenceError()](#newConferenceError()) | [ConferenceError](/apps-script/reference/conference-data/conference-error) | Returns a new, empty [ConferenceError](/apps-script/reference/conference-data/conference-error). |\n| [newConferenceParameter()](#newConferenceParameter()) | [ConferenceParameter](/apps-script/reference/conference-data/conference-parameter) | Returns a new, empty [ConferenceParameter](/apps-script/reference/conference-data/conference-parameter). |\n| [newEntryPoint()](#newEntryPoint()) | [EntryPoint](/apps-script/reference/conference-data/entry-point) | Returns a new, empty [EntryPoint](/apps-script/reference/conference-data/entry-point). |\n\nDetailed documentation\n----------------------\n\n### `new``Conference``Data``Builder()`\n\nReturns a new, empty [ConferenceDataBuilder](/apps-script/reference/conference-data/conference-data-builder).\n\n#### Return\n\n\n[ConferenceDataBuilder](/apps-script/reference/conference-data/conference-data-builder) --- a new, empty [ConferenceDataBuilder](/apps-script/reference/conference-data/conference-data-builder)\n\n*** ** * ** ***\n\n### `new``Conference``Error()`\n\nReturns a new, empty [ConferenceError](/apps-script/reference/conference-data/conference-error).\n\n#### Return\n\n\n[ConferenceError](/apps-script/reference/conference-data/conference-error) --- a new, empty [ConferenceError](/apps-script/reference/conference-data/conference-error)\n\n*** ** * ** ***\n\n### `new``Conference``Parameter()`\n\nReturns a new, empty [ConferenceParameter](/apps-script/reference/conference-data/conference-parameter).\n\n#### Return\n\n\n[ConferenceParameter](/apps-script/reference/conference-data/conference-parameter) --- a new, empty [ConferenceParameter](/apps-script/reference/conference-data/conference-parameter)\n\n*** ** * ** ***\n\n### `new``Entry``Point()`\n\nReturns a new, empty [EntryPoint](/apps-script/reference/conference-data/entry-point).\n\n#### Return\n\n\n[EntryPoint](/apps-script/reference/conference-data/entry-point) --- a new, empty [EntryPoint](/apps-script/reference/conference-data/entry-point)"]]