//namespace Hotline.Ai.Jths //{ // public class AiVisitConfig // { // public string Url { get; set; } // public string Appkey { get; set; } // public string ServiceVersion { get; set; } // //public string SceneUid { get; set; } // //public string RuleUid { get;set; } // ///// // ///// 来电名称 // ///// // //public string VisitFromNameKey { get; set; } // ///// // ///// 来电性别 // ///// // //public string VisitFromGenderKey { get; set; } // ///// // ///// 来电时间 // ///// // //public string VisitCreationTimeKey { get; set; } // ///// // ///// 工单标题 // ///// // //public string VisitOrderTitleKey { get; set; } // ///// // ///// 是否来电工单 // ///// // //public string VisitIsCallOrder { get; set; } // ///// // ///// 是否联系 // ///// // //public string QuestionIdZone { get; set; } // ///// // ///// 是否解决 // ///// // //public string QuestionIdOne { get; set; } // ///// // ///// 办件结果满意度 // ///// // //public string QuestionIdTwo { get; set;} // ///// // ///// 坐席是否满意 // ///// // //public string QuestionIdThree { get; set; } // ///// // ///// 办件结果不满意原因 // ///// // //public string VisitContentIdOne { get; set; } // ///// // ///// 坐席不满意原因 // ///// // //public string VisitContentIdTwo { get; set;} // } //}