NAiOS IconNAiOS Logo
Volver al catálogo

Google Meet

googlemeet

Google Meet is a secure video conferencing platform that integrates with Google Workspace, facilitating remote meetings, screen sharing, and chat

Acciones
9
Triggers
0
Autenticación
OAuth gestionado
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Creates a new google meet space, optionally configuring its access type and entry point access controls.

Parámetros de entrada

  • access_typestringenum

    Access control level for the meeting space.

    OPENTRUSTEDRESTRICTEDACCESS_TYPE_UNSPECIFIED
  • entry_point_accessstringenum

    Access control for meeting entry points.

    ENTRY_POINT_ACCESS_UNSPECIFIEDALLCREATOR_APP_ONLY

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get conference recordGOOGLEMEET_GET_CONFERENCE_RECORD_FOR_MEETAcción

Get conference record

Parámetros de entrada

  • end_timestring

    The end time of the meeting.

  • space_namestring

    The name of the Google Meet space.

  • start_timestring

    The start time of the meeting.

  • meeting_codestring

    The meeting code of the Google Meet space.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Meet detailsGOOGLEMEET_GET_MEETAcción

Retrieve details of a google meet space using its unique identifier.

Parámetros de entrada

  • space_namestringObligatorio

    The unique identifier for the Google Meet space.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Participant SessionGOOGLEMEET_GET_PARTICIPANT_SESSIONAcción

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.

Parámetros de entrada

  • namestringObligatorio

    Required. Resource name of the participant. Format: conferenceRecords/{conference_record}/participants/{participant}

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get recordings by conference record IDGOOGLEMEET_GET_RECORDINGS_BY_CONFERENCE_RECORD_IDAcción

Retrieves recordings from google meet for a given conference record id.

Parámetros de entrada

  • conferenceRecord_idstringObligatorio

    Unique identifier for the conference record.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get transcripts by conference record IDGOOGLEMEET_GET_TRANSCRIPTS_BY_CONFERENCE_RECORD_IDAcción

Retrieves all transcripts for a specific google meet conference using its conferencerecord id.

Parámetros de entrada

  • conferenceRecord_idstringObligatorio

    Unique identifier of the conference record.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Conference RecordsGOOGLEMEET_LIST_CONFERENCE_RECORDSAcción

Tool 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

  • filterstring

    Optional. 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_sizeinteger

    Maximum 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_tokenstring

    Page token returned from previous List Call.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Participant SessionsGOOGLEMEET_LIST_PARTICIPANT_SESSIONSAcción

Tool 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

  • filterstring

    Optional. User-specified filtering condition in EBNF format. Filterable fields include `earliest_start_time` and `latest_end_time`.

  • parentstringObligatorio

    Required. The identifier of the conference record, in the format `conferenceRecords/{conferenceRecord}`.

  • page_sizeinteger

    Optional. 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_tokenstring

    Optional. Page token returned from a previous list call, used to retrieve the next page of results.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Google Meet SpaceGOOGLEMEET_UPDATE_SPACEAcción

Updates 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

  • namestringObligatorio

    Immutable. Resource name of the space. Format: `spaces/{space}`.

  • configobject

    Configuration pertaining to the meeting space.

  • updateMaskstring

    Optional. 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not