OBJECT
SparkyConversation
link GraphQL Schema definition
- type SparkyConversation implements Node {
- : ID!
- # Whether this is a demo conversation.
- : Boolean!
- : Time!
- : Time!
- # The entity this conversation was started from. Used to determine which entity to
- # link to when displaying the conversation.
- : SparkyConversationStartedFrom!
- : String
- # The results of the reflection analysis, generated from all user sent messages in
- # this conversation.
- : ReflectionResult
- # The medical dictionary terms extracted from the conversation.
- : Map
- # The clinically relevant terms extracted from the conversation.
- : Map
- # The word cloud image of the clinically relevant terms extracted from the
- # conversation.
- : String
- # The word cloud image of the medical terms extracted from the conversation.
- : String
- : String
- : Int
- : String
- : String
- : String
- : String
- : String
- # The configuration for this conversation.
- : SparkyChatConfig
- : Tenant
- # The user who started this conversation.
- : User!
- # The comment this conversation was started from.
- : Comment
- # The post this conversation was started from.
- : Post
- # The collection of posts this conversation was started from.
- : [Collection!]
- # The video this conversation was started from
- : Video
- # The messages in this conversation.
- : [SparkyMessage!]
- : EducationCredit
- # The conversation this conversation is targeting for earning reflective CE.
- : SparkyConversation
- : [ReflectionAnalysisScore!]
- : [ReflectionExperimentRun!]
- # The survey submission for this conversation.
- : CreditSurveySubmission
- : String!
- }