AssistantApiCoreTypesCalendarEventMeetingContact

AI Overview😉

  • The potential purpose of this module is to provide information about a calendar event meeting, such as the conference ID, phone numbers, PIN numbers, and URLs, to help users join the meeting. This module seems to be focused on providing logistical details about a meeting.
  • This module could impact search results by influencing the ranking of search results related to calendar events, meetings, or conferences. For example, if a search query includes keywords related to joining a meeting, this module could prioritize search results that provide clear and accurate meeting details, such as phone numbers and PIN numbers. This could lead to more relevant and user-friendly search results.
  • A website may change things to be more favorable for this function by ensuring that their meeting and event pages provide clear and structured data about the meeting details, such as conference IDs, phone numbers, and URLs. This could involve using schema.org markup or other structured data formats to provide this information in a machine-readable way. Additionally, websites could prioritize user experience by making it easy for users to find and access meeting details, which could also improve search engine rankings.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCalendarEventMeetingContact (google_api_content_warehouse v0.4.0)

Next id: 10

Attributes

  • conferenceId (type: String.t, default: nil) - ID that corresponds to in ConferenceData.conference_id in calendar.common.ConferenceData proto. For Meet, this is the identifier used to join a meeting via URL.
  • dialInNumberClasses (type: list(String.t), default: nil) -
  • phoneNumberUri (type: String.t, default: nil) - Default meeting phone number, for example: "tel:+1-475-777-1840"
  • pinNumber (type: String.t, default: nil) - A PIN that the participant will need to input after dialing in the conference.
  • provider (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProvider.t, default: nil) - Provider info for the meeting.
  • regionCode (type: String.t, default: nil) - The region code for the default meeting phone number
  • source (type: String.t, default: nil) -
  • universalPinNumber (type: String.t, default: nil) - The universal meeting PIN number for phone numbers in all available countries
  • url (type: String.t, default: nil) - URL that can be used to join the meeting.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCalendarEventMeetingContact{
    conferenceId: String.t() | nil,
    dialInNumberClasses: [String.t()] | nil,
    phoneNumberUri: String.t() | nil,
    pinNumber: String.t() | nil,
    provider:
      GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProvider.t()
      | nil,
    regionCode: String.t() | nil,
    source: String.t() | nil,
    universalPinNumber: String.t() | nil,
    url: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.