示例#1
0
 public static void ShowFAQSection(string sectionId, FaqConfig config)
 {
     AIHelpCore.getInstance().ShowFAQSection(sectionId, config);
 }
示例#2
0
 public static void ShowSingleFAQ(string faqId, FaqConfig config)
 {
     AIHelpCore.getInstance().ShowSingleFAQ(faqId, config);
 }
示例#3
0
 public static void ShowAllFAQSections(FaqConfig config)
 {
     AIHelpCore.getInstance().ShowAllFAQSections(config);
 }