Language

GenerateVoiceAgentRequest.Draft Property

Definition

(Preview) When true, the generated voice agent is created as a draft β€” an editable, unpublished version the caller can review and refine before publishing it via the standard create/version path. The service defaults to false if a value is not specified by the caller, in which case the agent is created and published normally.

public bool? Draft { get; set; }
member this.Draft : Nullable<bool> with get, set
Public Property Draft As Nullable(Of Boolean)

Property Value

Applies to