<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://docs-ai.easemob.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://docs-ai.easemob.com/feed.php">
        <title>环信机器人文档 cs-en:visitoraccess</title>
        <description></description>
        <link>http://docs-ai.easemob.com/</link>
        <image rdf:resource="http://docs-ai.easemob.com/lib/tpl/haozki-2016-01-25/images/favicon.ico" />
       <dc:date>2026-05-01T02:58:52+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://docs-ai.easemob.com/cs-en/visitoraccess/androidsdk?rev=1552361088&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs-ai.easemob.com/cs-en/visitoraccess/androidsdkapi?rev=1552361088&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs-ai.easemob.com/cs-en/visitoraccess/createappchannel?rev=1552361088&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs-ai.easemob.com/cs-en/visitoraccess/iossdk?rev=1552361088&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs-ai.easemob.com/cs-en/visitoraccess/iossdkapi?rev=1552361088&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs-ai.easemob.com/cs-en/visitoraccess/private-server?rev=1552361088&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs-ai.easemob.com/cs-en/visitoraccess/restapi?rev=1552361088&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs-ai.easemob.com/cs-en/visitoraccess/slack?rev=1552361088&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs-ai.easemob.com/cs-en/visitoraccess/start?rev=1552361088&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs-ai.easemob.com/cs-en/visitoraccess/web-widget?rev=1552361088&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs-ai.easemob.com/cs-en/visitoraccess/webplugin?rev=1552361088&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs-ai.easemob.com/cs-en/visitoraccess/wechat?rev=1552361088&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs-ai.easemob.com/cs-en/visitoraccess/weibo?rev=1552361088&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://docs-ai.easemob.com/lib/tpl/haozki-2016-01-25/images/favicon.ico">
        <title>环信机器人文档</title>
        <link>http://docs-ai.easemob.com/</link>
        <url>http://docs-ai.easemob.com/lib/tpl/haozki-2016-01-25/images/favicon.ico</url>
    </image>
    <item rdf:about="http://docs-ai.easemob.com/cs-en/visitoraccess/androidsdk?rev=1552361088&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-12T03:24:48+00:00</dc:date>
        <title>CEC Android SDK Integration</title>
        <link>http://docs-ai.easemob.com/cs-en/visitoraccess/androidsdk?rev=1552361088&amp;do=diff</link>
        <description>CEC Android SDK Integration

Android SDK is now available for Hyphenate Customer Engagement Cloud! When you already have an Android app, you can simply create an “IM account” on the Hyphenate Customer Engagement Cloud and integrate the Android SDK into your app. By doing so, you can provide customer service for users of your app.</description>
    </item>
    <item rdf:about="http://docs-ai.easemob.com/cs-en/visitoraccess/androidsdkapi?rev=1552361088&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-12T03:24:48+00:00</dc:date>
        <title>CEC Android SDK API</title>
        <link>http://docs-ai.easemob.com/cs-en/visitoraccess/androidsdkapi?rev=1552361088&amp;do=diff</link>
        <description>CEC Android SDK API

	*  
	*  
	*  
	*  
	*  
	*  

Messages

Send Text Message
// send a text message. content for the message text content. toChatUsername for the IM service ID on the Hyphenate Customer Engagement Cloud.
        Message message = Message.createTxtSendMessage(content, toChatUsername);
        ChatClient.getInstance().getChat().sendMessage(message, new Callback() {});</description>
    </item>
    <item rdf:about="http://docs-ai.easemob.com/cs-en/visitoraccess/createappchannel?rev=1552361088&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-12T03:24:48+00:00</dc:date>
        <title>Create IM Account</title>
        <link>http://docs-ai.easemob.com/cs-en/visitoraccess/createappchannel?rev=1552361088&amp;do=diff</link>
        <description>Create IM Account

The “IM account” on the Hyphenate Customer Engagement Cloud corresponds to the application in the instant messaging (IM) console. After creating an IM account on the Hyphenate Customer Engagement Cloud, you can log in to the IM console to manage the corresponding application.</description>
    </item>
    <item rdf:about="http://docs-ai.easemob.com/cs-en/visitoraccess/iossdk?rev=1552361088&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-12T03:24:48+00:00</dc:date>
        <title>CEC iOS SDK Integration</title>
        <link>http://docs-ai.easemob.com/cs-en/visitoraccess/iossdk?rev=1552361088&amp;do=diff</link>
        <description>CEC iOS SDK Integration

iOS SDK is now available for Hyphenate Customer Engagement Cloud! When you already have an iOS app, you can simply create an “IM account” on the Hyphenate Customer Engagement Cloud and integrate the iOS SDK into your app. By doing so, you can provide customer service for users of your app.</description>
    </item>
    <item rdf:about="http://docs-ai.easemob.com/cs-en/visitoraccess/iossdkapi?rev=1552361088&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-12T03:24:48+00:00</dc:date>
        <title>CEC iOS SDK API</title>
        <link>http://docs-ai.easemob.com/cs-en/visitoraccess/iossdkapi?rev=1552361088&amp;do=diff</link>
        <description>CEC iOS SDK API

	*  
	*  
	*  
	*  

Messages

Send Text Message
// Create a text message body
      EMTextMessageBody *body = [[EMTextMessageBody alloc] initWithText:@&quot;content&quot;];
      HMessage *message = [[HMessage alloc] initWithConversationID:&lt;#conversationId#&gt; from:&lt;#Hyphenate username#&gt; to:&lt;#IM service ID#&gt; body:body];
    [[HChatClient sharedClient].chat sendMessage:message progress:^(int progress) {
        // progress of sending the message
    } completion:^(HMessage *aMessage, HError…</description>
    </item>
    <item rdf:about="http://docs-ai.easemob.com/cs-en/visitoraccess/private-server?rev=1552361088&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-12T03:24:48+00:00</dc:date>
        <title>Android/iOS SDK Private Deployment</title>
        <link>http://docs-ai.easemob.com/cs-en/visitoraccess/private-server?rev=1552361088&amp;do=diff</link>
        <description>Android/iOS SDK Private Deployment

The Android/iOS SDK from Hyphenate Customer Engagement Cloud can be used for both public and private deployments. In both scenarios, the APIs are used in the same way, except that the server IP address and port must be set in the initialization method in private deployment.</description>
    </item>
    <item rdf:about="http://docs-ai.easemob.com/cs-en/visitoraccess/restapi?rev=1552361088&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-12T03:24:48+00:00</dc:date>
        <title>REST API Integration</title>
        <link>http://docs-ai.easemob.com/cs-en/visitoraccess/restapi?rev=1552361088&amp;do=diff</link>
        <description>REST API Integration

After you activate the REST API channel and configure the server information, agents' replies to the customers will be forwarded to the server's URL address. The REST API channel is used for messaging between Hyphenate and the third-party server.</description>
    </item>
    <item rdf:about="http://docs-ai.easemob.com/cs-en/visitoraccess/slack?rev=1552361088&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-12T03:24:48+00:00</dc:date>
        <title>Slack Integration</title>
        <link>http://docs-ai.easemob.com/cs-en/visitoraccess/slack?rev=1552361088&amp;do=diff</link>
        <description>Slack Integration

Slack is a communication and collaboration platform. If you have created a team in Slack and are maintaining customer relationship through the Slack team, you can create Slack App and bot for the team, bind the App to Hyphenate Customer Engagement Cloud, and provide customer service through the Slack bot.</description>
    </item>
    <item rdf:about="http://docs-ai.easemob.com/cs-en/visitoraccess/start?rev=1552361088&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-12T03:24:48+00:00</dc:date>
        <title>Developers</title>
        <link>http://docs-ai.easemob.com/cs-en/visitoraccess/start?rev=1552361088&amp;do=diff</link>
        <description>Developers

	*  Create IM Account
	*  Android SDK Integration
	*  iOS SDK Integration
	*  Android/iOS SDK Private Deployment
	*  Web Widget Integration (New)
	*  Web Widget Integration (Old)
	*  WeChat Integration
	*  Weibo Integration
	*  Slack Integration
	*  REST API Integration
	*  Android SDK API
	*  iOS SDK API</description>
    </item>
    <item rdf:about="http://docs-ai.easemob.com/cs-en/visitoraccess/web-widget?rev=1552361088&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-12T03:24:48+00:00</dc:date>
        <title>Web Widget Integration (New)</title>
        <link>http://docs-ai.easemob.com/cs-en/visitoraccess/web-widget?rev=1552361088&amp;do=diff</link>
        <description>Web Widget Integration (New)

The web widget has been upgraded. On Hyphenate Customer Engagement Cloud, you can create multiple web widgets, configure them separately, and preview them.

The new web widget has the following features:

	*  Multiple web widgets: You can create multiple web widgets, configure different functions, and add them to different web pages.</description>
    </item>
    <item rdf:about="http://docs-ai.easemob.com/cs-en/visitoraccess/webplugin?rev=1552361088&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-12T03:24:48+00:00</dc:date>
        <title>Web Widget Integration (Old)</title>
        <link>http://docs-ai.easemob.com/cs-en/visitoraccess/webplugin?rev=1552361088&amp;do=diff</link>
        <description>Web Widget Integration (Old)

Web widget allows you to provide customer service for your web users. 

Prerequisites

On Hyphenate Customer Engagement Cloud, go to “Admin Mode &gt; Channels &gt; App”, and create an IM account. The IM account will be used by the web widget to send and receive messages.</description>
    </item>
    <item rdf:about="http://docs-ai.easemob.com/cs-en/visitoraccess/wechat?rev=1552361088&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-12T03:24:48+00:00</dc:date>
        <title>WeChat Integration</title>
        <link>http://docs-ai.easemob.com/cs-en/visitoraccess/wechat?rev=1552361088&amp;do=diff</link>
        <description>WeChat Integration

To provide customer service for WeChat followers, you need to bind your WeChat official account to Hyphenate Customer Engagement Cloud.

Note: Service accounts and subscription accounts that have not been verified by WeChat cannot use all the functions provided by Hyphenate Customer Engagement Cloud. Do not use other customer service systems for your WeChat official account together with Hyphenate Customer Engagement Cloud.</description>
    </item>
    <item rdf:about="http://docs-ai.easemob.com/cs-en/visitoraccess/weibo?rev=1552361088&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-12T03:24:48+00:00</dc:date>
        <title>Weibo Integration</title>
        <link>http://docs-ai.easemob.com/cs-en/visitoraccess/weibo?rev=1552361088&amp;do=diff</link>
        <description>Weibo Integration

To provide customer service for Weibo followers, you need to bind your Weibo account to Hyphenate Customer Engagement Cloud. Only verified Weibo accounts (orange V or blue V) are supported.

Hyphenate supports the messaging of text, emoticons, and pictures with Weibo. Customers can contact agents through Orange V or Blue V Weibo accounts that are bound with Hyphenate Customer Engagement Cloud. Customers contact agents by sending private messages or @Weibo account; and agents r…</description>
    </item>
</rdf:RDF>
