예제 #1
0
        private AndroidJavaObject getSupportConfig(ConversationConfig config)
        {
            AndroidJavaObject builder = new AndroidJavaObject("net.aihelp.config.ConversationConfig$Builder");

            return(builder.Call <AndroidJavaObject>("build", config.GetConversationIntent(),
                                                    config.IsAlwaysShowHumanSupportButtonInBotPage(), config.GetWelcomeMessage(), config.GetStoryNode()));
        }
예제 #2
0
 public void ShowConversation(ConversationConfig config)
 {
     unity_showConversationConfig(config.GetConversationIntent(), config.IsAlwaysShowHumanSupportButtonInBotPage(), config.GetWelcomeMessage(), config.GetStoryNode());
 }