Hi
I manage to change the inactivity_get_in_touch_message but I want to change the delay for it, cause it triggers right of the bat . how can i do that ?
do {
let messagingConfiguration = MessagingConfiguration()
messagingConfiguration.name = "test"
messagingConfiguration.isMultilineResponseOptionsEnabled = true
let answerBotEngine = try AnswerBotEngine.engine()
let supportEngine = try SupportEngine.engine()
let chatEngine = try ChatEngine.engine()
let viewController = try Messaging.instance.buildUI(engines: [answerBotEngine, chatEngine, supportEngine],
configs: [ZendeskManager.getConfig(),messagingConfiguration])
self.navigationController?.pushViewController(viewController, animated: true)
}
regards
Raphaël