Class ConferenceDataService
会議データサービススクリプトで会議情報を作成するために使用できるサービス。
詳細なドキュメント
newConferenceDataBuilder()
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-02 UTC。
[null,null,["最終更新日 2024-12-02 UTC。"],[[["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"]]