Skip to main content

UpdateContentGenerationBrandVoiceInput

No description

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

Fields
Link copied!

UpdateContentGenerationBrandVoiceInput.id ● ID! non-null scalar
Link copied!

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

UpdateContentGenerationBrandVoiceInput.brandName ● String scalar
Link copied!

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

UpdateContentGenerationBrandVoiceInput.tone ● ID scalar
Link copied!

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

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

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

Member of
Link copied!

updateContentGenerationBrandVoice mutation