Stay organized with collections
Save and categorize content based on your preferences.
VirtualSessionInfo Definition
// 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];}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`VirtualSessionInfo` provides details about a booked virtual session, including the session URL, meeting ID, and password."],["The `password` field is marked with a `datapol.semantic_type` of `ST_ACCOUNT_CREDENTIAL` to indicate its sensitive nature."]]],[]]