Google Meet
googlemeetGoogle Meet is a secure video conferencing platform that integrates with Google Workspace, facilitating remote meetings, screen sharing, and chat
Acciones disponibles (9)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create a MeetGOOGLEMEET_CREATE_MEETAcciónCreates a new google meet space, optionally configuring its access type and entry point access controls.
GOOGLEMEET_CREATE_MEETAcciónCreates a new google meet space, optionally configuring its access type and entry point access controls.
Parámetros de entrada
access_typestringenumAccess control level for the meeting space.
OPENTRUSTEDRESTRICTEDACCESS_TYPE_UNSPECIFIEDentry_point_accessstringenumAccess control for meeting entry points.
ENTRY_POINT_ACCESS_UNSPECIFIEDALLCREATOR_APP_ONLY
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get conference recordGOOGLEMEET_GET_CONFERENCE_RECORD_FOR_MEETAcciónGet conference record
GOOGLEMEET_GET_CONFERENCE_RECORD_FOR_MEETAcciónGet conference record
Parámetros de entrada
end_timestringThe end time of the meeting.
space_namestringThe name of the Google Meet space.
start_timestringThe start time of the meeting.
meeting_codestringThe meeting code of the Google Meet space.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Meet detailsGOOGLEMEET_GET_MEETAcciónRetrieve details of a google meet space using its unique identifier.
GOOGLEMEET_GET_MEETAcciónRetrieve details of a google meet space using its unique identifier.
Parámetros de entrada
space_namestringObligatorioThe unique identifier for the Google Meet space.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Participant SessionGOOGLEMEET_GET_PARTICIPANT_SESSIONAcciónTool 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.
GOOGLEMEET_GET_PARTICIPANT_SESSIONAcciónTool 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.
Parámetros de entrada
namestringObligatorioRequired. Resource name of the participant. Format: conferenceRecords/{conference_record}/participants/{participant}
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get recordings by conference record IDGOOGLEMEET_GET_RECORDINGS_BY_CONFERENCE_RECORD_IDAcciónRetrieves recordings from google meet for a given conference record id.
GOOGLEMEET_GET_RECORDINGS_BY_CONFERENCE_RECORD_IDAcciónRetrieves recordings from google meet for a given conference record id.
Parámetros de entrada
conferenceRecord_idstringObligatorioUnique identifier for the conference record.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get transcripts by conference record IDGOOGLEMEET_GET_TRANSCRIPTS_BY_CONFERENCE_RECORD_IDAcciónRetrieves all transcripts for a specific google meet conference using its conferencerecord id.
GOOGLEMEET_GET_TRANSCRIPTS_BY_CONFERENCE_RECORD_IDAcciónRetrieves all transcripts for a specific google meet conference using its conferencerecord id.
Parámetros de entrada
conferenceRecord_idstringObligatorioUnique identifier of the conference record.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Conference RecordsGOOGLEMEET_LIST_CONFERENCE_RECORDSAcciónTool to list conference records. use when you need to retrieve a list of past conferences, optionally filtering them by criteria like meeting code, space name, or time range.
GOOGLEMEET_LIST_CONFERENCE_RECORDSAcciónTool to list conference records. use when you need to retrieve a list of past conferences, optionally filtering them by criteria like meeting code, space name, or time range.
Parámetros de entrada
filterstringOptional. User specified filtering condition in EBNF format. Filterable fields: `space.meeting_code`, `space.name`, `start_time`, `end_time`. Examples: `space.name = "spaces/NAME"`, `space.meeting_code = "abc-mnop-xyz"`, `start_time>="2024-01-01T00:00:00.000Z" AND start_time<="2024-01-02T00:00:00.000Z"`, `end_time IS NULL`
page_sizeintegerMaximum number of conference records to return. The service might return fewer than this value. If unspecified, at most 25 conference records are returned. The maximum value is 100; values above 100 are coerced to 100.
page_tokenstringPage token returned from previous List Call.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Participant SessionsGOOGLEMEET_LIST_PARTICIPANT_SESSIONSAcciónTool to list all participant sessions for a specific conference record in google meet. use this when you need to retrieve a list of participants who joined a particular meeting.
GOOGLEMEET_LIST_PARTICIPANT_SESSIONSAcciónTool to list all participant sessions for a specific conference record in google meet. use this when you need to retrieve a list of participants who joined a particular meeting.
Parámetros de entrada
filterstringOptional. User-specified filtering condition in EBNF format. Filterable fields include `earliest_start_time` and `latest_end_time`.
parentstringObligatorioRequired. The identifier of the conference record, in the format `conferenceRecords/{conferenceRecord}`.
page_sizeintegerOptional. Maximum number of participants to return. The service might return fewer than this value. If unspecified, at most 100 participants are returned. The maximum value is 250; values above 250 are coerced to 250.
page_tokenstringOptional. Page token returned from a previous list call, used to retrieve the next page of results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Google Meet SpaceGOOGLEMEET_UPDATE_SPACEAcciónUpdates a meeting space. use this tool to modify the settings of an existing google meet space. requires the space resource in the request body and the space name in the path.
GOOGLEMEET_UPDATE_SPACEAcciónUpdates a meeting space. use this tool to modify the settings of an existing google meet space. requires the space resource in the request body and the space name in the path.
Parámetros de entrada
namestringObligatorioImmutable. Resource name of the space. Format: `spaces/{space}`.
configobjectConfiguration pertaining to the meeting space.
updateMaskstringOptional. Field mask used to specify the fields to be updated. Comma-separated list of fully qualified field names. Example: "config.accessType,config.moderationRestrictions.chatRestriction". Use "*" to update all fields.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not