Home / Companies / Stream / Blog / August 2019

August 2019 Summaries

2 posts from Stream

Filter
Month: Year:
Post Summaries Back to Blog
A market-leading real estate company faced challenges in maintaining visibility and accountability in communications between its agents and clients, particularly through text messages, which are not easily monitored or retrievable in legal situations. To address this, the company implemented Stream Chat, integrated through a third-party API-driven SMS solution, allowing them to track and manage all text interactions. This system enables the use of advanced AI for sentiment analysis, alerting internal staff to potentially harmful or deceitful conversations, and storing all messages indefinitely for future reference or evidence. This solution has helped the company reduce risks, improve customer service, and anticipate issues before they escalate. Future enhancements include leveraging big data analysis for improved AI capabilities and automating routine tasks such as scheduling showings, thereby further enhancing efficiency and service quality.
Aug 13, 2019 391 words in the original blog post.
Integrating AI chatbots into eCommerce sites can enhance customer interaction by providing a conversational experience without human intervention. This tutorial guides users through creating an eCommerce chatbot for a yoyo store using React Native and Dialogflow, requiring basic knowledge of React Native and Node.js. It details the setup process, including creating a Dialogflow agent and intents, designing the chat interface with GiftedChat, and implementing a Node.js server for fulfilling user requests. Dialogflow uses concepts like agents, intents, entities, and contexts to manage dialogues, and requires a Google account for setup. The bot, once configured, can respond to user inquiries about product details, leveraging a fulfillment server to access product data stored in a JSON file. The tutorial emphasizes the importance of using specific package versions to avoid compatibility issues and provides a GitHub repository with the complete app code for reference.
Aug 05, 2019 5,040 words in the original blog post.