AISummaryTopic
description
A topic within an AISummaryModule.
A topic is some subject or question, for which AI summaries have been generated.
interface AISummaryTopic {
id: ID!
title: String!
}
Fields
AISummaryTopic.id
● ID!
non-null scalar
The id of the topic. @exposed
AISummaryTopic.title
● String!
non-null scalar
The title of the topic, such as "Earnings highlights", "Earnings Lowlights", etc. @exposed
Member of
AISummaryModule
object
Implemented by
AISummary
object ● AISummaryTopicGroup
object ● QAndAAISummary
object