Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Definicja obiektu VirtualSessionInfo
// Information related to the virtual session which was booked.messageVirtualSessionInfo{// URL which was created for the virtual session. (optional)stringsession_url=1;// The meeting id which was created for the virtual session. (optional)stringmeeting_id=2;// Password required to access the session. (optional)stringpassword=3[(datapol.semantic_type)=ST_ACCOUNT_CREDENTIAL];}
[[["Ł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-05-24 UTC."],[[["`VirtualSessionInfo` stores details about a booked virtual session, including a session URL, meeting ID, and potentially a password."],["The fields `session_url`, `meeting_id`, and `password` are optional and may not always be populated."],["The `password` field is treated as sensitive account credential information."]]],["The `VirtualSessionInfo` message defines data related to a booked virtual session. It includes the `session_url` for accessing the session, an optional `meeting_id`, and an optional `password` required for access, categorized as an account credential. These fields provide the necessary information for a user to join a scheduled virtual session. The information provided is optional and could be empty.\n"]]