Google Super

GOOGLESUPER_GET_PARTICIPANT_SESSION

Tool to get a specific participant session from a conference record. Use when you need to retrieve details about a particular participant in a past meeting.

Remote googlesuper

Other tools also called GOOGLESUPER_GET_PARTICIPANT_SESSION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "title": "Name",
      "examples": [
        "conferenceRecords/123456789/participants/abcdefg"
      ],
      "description": "Required. Resource name of the participant. Format: conferenceRecords/{conference_record}/participants/{participant}"
    }
  }
}