AiBuildCallToActionInput
No description
input AiBuildCallToActionInput {
prompt: String!
type: CallToActionType!
name: String!
folderId: ID
icpId: ID
}
Fields
AiBuildCallToActionInput.prompt ● String! non-null scalar
AiBuildCallToActionInput.type ● CallToActionType! non-null enum
AiBuildCallToActionInput.name ● String! non-null scalar
The asset name the user typed in the Create dialog. Preflighted against the same uniqueness rule the matching createWebsitePersonalization mutation enforces; a duplicate short-circuits before any LLM tokens are spent.
AiBuildCallToActionInput.folderId ● ID scalar
Destination folder. null for root. Pairs with name for the uniqueness preflight.
AiBuildCallToActionInput.icpId ● ID scalar
Optional ICP id from the product's Customer Discovery output. When provided, the agent injects an Audience for this artifact block into the system prompt so generated copy targets the chosen persona.
Member Of
aiBuildCallToAction mutation


