Skip to main content

ContentGenerationBrandVoice

No description

type ContentGenerationBrandVoice implements Node {
id: ID!
label: String!
brandName: String
locale: ContentGenerationBrandVoiceLocale!
tone: ContentGenerationTone
brandValues: [ContentGenerationBrandVoiceValue]!
brandRuleExclusions: [String]!
brandRuleSubstitutions: [ContentGenerationBrandVoiceRuleSubstitution]!
}

Fields
Link copied!

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

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

ContentGenerationBrandVoice.brandName ● String scalar
Link copied!

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

ContentGenerationBrandVoice.tone ● ContentGenerationTone object
Link copied!

ContentGenerationBrandVoice.brandValues ● [ContentGenerationBrandVoiceValue]! non-null object
Link copied!

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

ContentGenerationBrandVoice.brandRuleSubstitutions ● [ContentGenerationBrandVoiceRuleSubstitution]! non-null object
Link copied!

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Returned by
Link copied!

createContentGenerationBrandVoice mutation ● updateContentGenerationBrandVoice mutation

Member of
Link copied!

ContentGenerationBrandVoiceEdge object