Skip to main content

CreateContentGenerationBrandVoiceInput

No description

input CreateContentGenerationBrandVoiceInput {
hubId: String!
label: String!
brandName: String
locale: ContentGenerationBrandVoiceLocale!
tone: ID
brandValues: [UpdateContentGenerationBrandVoiceValue]!
brandRuleExclusions: [String]!
brandRuleSubstitutions: [UpdateContentGenerationBrandVoiceRuleSubstitution]!
}

Fields
Link copied!

CreateContentGenerationBrandVoiceInput.hubId ● String! non-null scalar
Link copied!

CreateContentGenerationBrandVoiceInput.label ● String! non-null scalar
Link copied!

CreateContentGenerationBrandVoiceInput.brandName ● String scalar
Link copied!

CreateContentGenerationBrandVoiceInput.locale ● ContentGenerationBrandVoiceLocale! non-null enum
Link copied!

CreateContentGenerationBrandVoiceInput.tone ● ID scalar
Link copied!

CreateContentGenerationBrandVoiceInput.brandValues ● [UpdateContentGenerationBrandVoiceValue]! non-null input
Link copied!

CreateContentGenerationBrandVoiceInput.brandRuleExclusions ● [String]! non-null scalar
Link copied!

CreateContentGenerationBrandVoiceInput.brandRuleSubstitutions ● [UpdateContentGenerationBrandVoiceRuleSubstitution]! non-null input
Link copied!

Member of
Link copied!

createContentGenerationBrandVoice mutation