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]!
contentGenerationExampleFolders(
before: String
after: String
first: Int
last: Int
briefTemplateId: ID!
): ContentGenerationExampleFolderConnection!
contentGenerationExamples(
briefTemplateId: ID!
before: String
after: String
first: Int
last: Int
): ContentGenerationExampleConnection!
}

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!

ContentGenerationBrandVoice.contentGenerationExampleFolders ● ContentGenerationExampleFolderConnection! non-null object
Link copied!

ContentGenerationBrandVoice.contentGenerationExampleFolders.before ● String scalar
Link copied!
ContentGenerationBrandVoice.contentGenerationExampleFolders.after ● String scalar
Link copied!
ContentGenerationBrandVoice.contentGenerationExampleFolders.first ● Int scalar
Link copied!
ContentGenerationBrandVoice.contentGenerationExampleFolders.last ● Int scalar
Link copied!
ContentGenerationBrandVoice.contentGenerationExampleFolders.briefTemplateId ● ID! non-null scalar
Link copied!

ContentGenerationBrandVoice.contentGenerationExamples ● ContentGenerationExampleConnection! non-null object
Link copied!

ContentGenerationBrandVoice.contentGenerationExamples.briefTemplateId ● ID! non-null scalar
Link copied!
ContentGenerationBrandVoice.contentGenerationExamples.before ● String scalar
Link copied!
ContentGenerationBrandVoice.contentGenerationExamples.after ● String scalar
Link copied!
ContentGenerationBrandVoice.contentGenerationExamples.first ● Int scalar
Link copied!
ContentGenerationBrandVoice.contentGenerationExamples.last ● Int scalar
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 ● ContentGenerationExample object ● ContentGenerationExampleFolder object