AISummaryTopicGroup
description
A group of AISummaries.
The AISummaries in the group are logically connected to each other in some way. For example, an AISummary with topic "Analyst Perspective: Highlights" is grouped together with an AISummary with topic "Analyst Perspective: Lowlights".
type AISummaryTopicGroup implements AISummaryTopic {
  id: ID! @deprecated
  title: String! @deprecated
  subTopics: [AISummary!] @deprecated
}
Fields
AISummaryTopicGroup.id ● ID! deprecated non-null scalar
DEPRECATED: AISummaryTopicGroup is deprecated. Use AISummary and QAndAAISummary instead.@exposed
AISummaryTopicGroup.title ● String! deprecated non-null scalar
DEPRECATED: AISummaryTopicGroup is deprecated. Use AISummary and QAndAAISummary instead.@exposed
AISummaryTopicGroup.subTopics ● [AISummary!] deprecated list object
DEPRECATED: AISummaryTopicGroup is deprecated. Use AISummary and QAndAAISummary instead.Topics contained within the topic group. @exposed
Interfaces
AISummaryTopic interface
A topic within an AISummaryModule.
A topic is some subject or question, for which AI summaries have been generated.