From 1cbc13b30f3b999e48b5991820811c023ba0b1e7 Mon Sep 17 00:00:00 2001
From: lpw
Date: Fri, 12 Jan 2024 09:24:24 +0800
Subject: [PATCH] 3.17.1

---
 frameworks/WASdkIntf.framework/Headers/WAICsc.h |   26 ++++++++++++--------------
 1 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/frameworks/WASdkIntf.framework/Headers/WAICsc.h b/frameworks/WASdkIntf.framework/Headers/WAICsc.h
index 3fa3208..5abb244 100644
--- a/frameworks/WASdkIntf.framework/Headers/WAICsc.h
+++ b/frameworks/WASdkIntf.framework/Headers/WAICsc.h
@@ -10,28 +10,26 @@
 
 @interface WAICsc : NSObject
 
-#pragma mark - 启动机器人客服界面
-- (void)showElva:(nonnull NSString *)showConversationFlag config:(nullable NSMutableDictionary *)config;
 
-#pragma mark - 启动运营界面
-- (void)showElvaOP:(nonnull NSString *)showConversationFlag config:(nullable NSMutableDictionary *)config;
 
-#pragma mark 展示全部FAQ菜单
-- (void)showFAQs:(nullable NSMutableDictionary *)config;
 
-#pragma mark 展示FAQ分类
-- (void)showFAQSection:(nonnull NSString *)sectionPublishId config:(nullable NSMutableDictionary *)config;
 
-#pragma mark 展示单条FAQ
-- (void)showSingleFAQ:(nonnull NSString *)faqId config:(nullable NSMutableDictionary *)config;
+#pragma mark -- 判断是否加载aihelp模块
+- (BOOL) isOpenAiHelp;
 
-#pragma mark - 进入人工客服界面
-- (void)showConversation:(nullable NSMutableDictionary *)config;
+#pragma mark -- 打开aihelp V2版本
+- (void) openAiHelpV2;
 
-#pragma mark -- 设置游戏名称信息
-- (void)setName:(nonnull NSString *)name;
 
 #pragma mark -- 设置SDK语言
 - (void)setLanguage:(nonnull NSString *)language;
 
+
+#pragma mark-- 判断是否可打开游戏评价-我要吐槽 aiheip入口
+- (BOOL) isOpenGameReviewAiHelp;
+
+#pragma mark -- 打开游戏评价-我要吐槽 进入aiheip入口
+- (void) openGameReviewAiHelp;
+
+
 @end

--
Gitblit v1.8.0