ArtifactPlanDto

@Serializable
data class ArtifactPlanDto(var videoRecordingEnabled: Boolean? = null) : ArtifactPlanProperties(source)

This is the plan for artifacts generated during assistant's calls. Stored in `call.artifact`.
Note: `recordingEnabled` is currently at the root level. It will be moved to `artifactPlan` in the future, but will remain backwards compatible.

Constructors

Link copied to clipboard
constructor(videoRecordingEnabled: Boolean? = null)

Properties

Link copied to clipboard
open override var videoRecordingEnabled: Boolean?

This determines whether the video is recorded during the call. Default is false. Only relevant for webCall type.