Class ConferenceDataService
详细文档
newConferenceDataBuilder()
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-02。
[null,null,["最后更新时间 (UTC):2024-12-02。"],[[["The ConferenceDataService is a service that allows scripts to create conferencing information."],["It provides methods to create various conference-related objects like ConferenceDataBuilder, ConferenceError, ConferenceParameter, and EntryPoint."],["Each of these methods returns a new, empty instance of the respective object, allowing developers to populate them with relevant data."],["Developers can use properties like ConferenceErrorType, EntryPointFeature, and EntryPointType for detailed conference configurations."],["This service enables scripting functionalities to manage and manipulate conference data within Apps Script."]]],["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"]]