Skip to main content

ContentGenerationSessionMessage

No description

type ContentGenerationSessionMessage implements Node {
id: ID!
parent: ContentGenerationSessionMessage
status: ContentGenerationSessionMessageStatus!
author: ContentGenerationSessionMessageAuthor!
content: ContentGenerationSessionMessageContent!
createdDate: DateTime
}

Fields
Link copied!

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

ContentGenerationSessionMessage.parent ● ContentGenerationSessionMessage object
Link copied!

ContentGenerationSessionMessage.status ● ContentGenerationSessionMessageStatus! non-null enum
Link copied!

ContentGenerationSessionMessage.author ● ContentGenerationSessionMessageAuthor! non-null object
Link copied!

ContentGenerationSessionMessage.content ● ContentGenerationSessionMessageContent! non-null union
Link copied!

ContentGenerationSessionMessage.createdDate ● DateTime scalar
Link copied!

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Returned by
Link copied!

scoreContentGenerationSessionMessage mutation

Member of
Link copied!

ContentGenerationSession object ● ContentGenerationSessionMessage object ● SubmitContentGenerationSessionMessageResponse object