Class ConferenceDataService
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ConferenceDataService
บริการที่สคริปต์สามารถใช้เพื่อสร้างข้อมูลการประชุม
เอกสารประกอบโดยละเอียด
newConferenceDataBuilder()
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 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)"]]