Gleap · Schema

ClosedTicketReplyRuleDto

Customer FeedbackBug ReportingIn-App SupportFeature RequestsRoadmapLive ChatAI AgentsSession ReplayHelp CenterTicketingUser FeedbackSaaS

Properties

Name Type Description
isActive boolean
View JSON Schema on GitHub

JSON Schema

closed-ticket-reply-rule.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ClosedTicketReplyRuleDto",
  "type": "object",
  "properties": {
    "isActive": {
      "type": "boolean"
    }
  }
}