GoogleApi.Meet.V2.Model.ArtifactConfig (google_api_meet v0.4.0)

View Source

Configuration related to meeting artifacts potentially generated by this meeting space.

Attributes

  • recordingConfig (type: GoogleApi.Meet.V2.Model.RecordingConfig.t, default: nil) - Configuration for recording.
  • smartNotesConfig (type: GoogleApi.Meet.V2.Model.SmartNotesConfig.t, default: nil) - Configuration for auto-smart-notes.
  • transcriptionConfig (type: GoogleApi.Meet.V2.Model.TranscriptionConfig.t, default: nil) - Configuration for auto-transcript.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Meet.V2.Model.ArtifactConfig{
  recordingConfig: GoogleApi.Meet.V2.Model.RecordingConfig.t() | nil,
  smartNotesConfig: GoogleApi.Meet.V2.Model.SmartNotesConfig.t() | nil,
  transcriptionConfig: GoogleApi.Meet.V2.Model.TranscriptionConfig.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.