INPUT_OBJECT

CreateSparkyConversationInput

CreateSparkyConversationInput is used for create SparkyConversation object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateSparkyConversationInput {
  • # Whether this is a demo conversation.
  • demo: Boolean
  • createdAt: Time
  • updatedAt: Time
  • # The entity this conversation was started from. Used to determine which entity to
  • # link to when displaying the conversation.
  • startedFrom: SparkyConversationStartedFrom
  • token: String
  • # The medical dictionary terms extracted from the conversation.
  • medicalTerms: Map
  • # The clinically relevant terms extracted from the conversation.
  • clinicalTerms: Map
  • # The word cloud image of the clinically relevant terms extracted from the
  • # conversation.
  • clinicalTermsWordcloudURL: String
  • # The word cloud image of the medical terms extracted from the conversation.
  • medicalTermsWordcloudURL: String
  • reflectableType: String
  • reflectableID: Int
  • initialNudge: String
  • configID: ID
  • tenantID: ID
  • userID: ID!
  • commentID: ID
  • postID: ID
  • collectionIDs: [ID!]
  • videoID: ID
  • messageIDs: [ID!]
  • educationCreditID: ID
  • targetConversationID: ID
  • scoreIDs: [ID!]
  • experimentRunIDs: [ID!]
  • surveySubmissionID: ID
  • }

link Require by

This element is not required by anyone