GenerateVoiceAgentRequest.Draft Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
(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)