INPUT_OBJECT

UpdateSparkyConversationInput

UpdateSparkyConversationInput is used for update SparkyConversation object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateSparkyConversationInput {
  • # 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
  • clearToken: Boolean
  • # The medical dictionary terms extracted from the conversation.
  • medicalTerms: Map
  • clearMedicalTerms: Boolean
  • # The clinically relevant terms extracted from the conversation.
  • clinicalTerms: Map
  • clearClinicalTerms: Boolean
  • # The word cloud image of the clinically relevant terms extracted from the
  • # conversation.
  • clinicalTermsWordcloudURL: String
  • clearClinicalTermsWordcloudURL: Boolean
  • # The word cloud image of the medical terms extracted from the conversation.
  • medicalTermsWordcloudURL: String
  • clearMedicalTermsWordcloudURL: Boolean
  • reflectableType: String
  • clearReflectableType: Boolean
  • reflectableID: Int
  • clearReflectableID: Boolean
  • initialNudge: String
  • clearInitialNudge: Boolean
  • configID: ID
  • clearConfig: Boolean
  • tenantID: ID
  • clearTenant: Boolean
  • userID: ID
  • commentID: ID
  • clearComment: Boolean
  • postID: ID
  • clearPost: Boolean
  • addCollectionIDs: [ID!]
  • removeCollectionIDs: [ID!]
  • clearCollection: Boolean
  • videoID: ID
  • clearVideo: Boolean
  • addMessageIDs: [ID!]
  • removeMessageIDs: [ID!]
  • clearMessages: Boolean
  • educationCreditID: ID
  • clearEducationCredit: Boolean
  • targetConversationID: ID
  • clearTargetConversation: Boolean
  • addScoreIDs: [ID!]
  • removeScoreIDs: [ID!]
  • clearScores: Boolean
  • addExperimentRunIDs: [ID!]
  • removeExperimentRunIDs: [ID!]
  • clearExperimentRuns: Boolean
  • surveySubmissionID: ID
  • clearSurveySubmission: Boolean
  • }

link Require by

This element is not required by anyone