Skip to main content
Version: Latest

GenSearchSlideArtifact

description

A slide deck artifact generated for a message via the "Build Slides" flow.

type GenSearchSlideArtifact {
id: String!
status: GenSearchSlideArtifactStatus
artifactType: GenSearchSlideArtifactType
title: String
generatedAt: String
downloadUrl: String
}

Fields

GenSearchSlideArtifact.id ● String! non-null scalar graph-ql-types

Unique identifier of the slide artifact. @exposed

GenSearchSlideArtifact.status ● GenSearchSlideArtifactStatus enum graph-ql-types

Current generation status. Slides are ready to download once status is COMPLETED. @exposed

GenSearchSlideArtifact.artifactType ● GenSearchSlideArtifactType enum graph-ql-types

Type of the generated slide artifact. @exposed

GenSearchSlideArtifact.title ● String scalar graph-ql-types

Display title for the generated file, when available. @exposed

GenSearchSlideArtifact.generatedAt ● String scalar graph-ql-types

Unix timestamp (milliseconds, as a string) of when the artifact finished generating. @exposed

GenSearchSlideArtifact.downloadUrl ● String scalar graph-ql-types

Direct download URL for the generated artifact. Returned only when status is COMPLETED. @exposed

Returned By

genSearchSlideArtifacts query

Member Of

GenSearchConversation object ● GenSearchMessageResponse object