What is Chat?
Chat offers a search feature where users can ask questions and receive answers through a chat interface, typically powered by artificial intelligence (AI) and natural language processing (NLP) technologies. Chat-based search can be implemented on various platforms, including mobile apps, web browsers, and messaging apps. With chat-based search, users can ask questions in a conversational style, using natural language. The AI-powered system then analyzes the question, understands the context and intent, and generates a response with a list of products that best suit the user's query in a human-like manner. The system can also learn from the user's behavior and preferences and improve its responses over time.
How can chat search be triggered?
Zevi provides two options to trigger chat:
- By clicking on the chat icon
- Using a custom HTML selector
What is an HTML selector?
An HTML selector is a string of characters used to identify and target specific HTML elements on a webpage. Selectors are used in conjunction with CSS to style and format webpages, and they can be based on a variety of attributes, such as class, ID, or element type. The most commonly used HTML selector is the class selector, which targets all elements with a specific class attribute. Selectors play a crucial role in web development, allowing developers to create engaging and dynamic webpages.
How do you get an HTML selector?
To get an HTML selector, you need to identify the HTML element that you want to target on a webpage. You can do this by using your web browser's "Inspect" tool, which allows you to view the website's HTML and CSS code. Once you've identified the element you want to target, you can use the appropriate selector syntax to select it. For example, to target all elements with a specific class, you can use a class selector with a period (.) followed by the class name (e.g., ".example-class"). Similarly, to target a specific element type, you can use an element selector (e.g., "p" for paragraphs or "h1" for headings). With the appropriate selector, you can modify the HTML and CSS code to customize the appearance and behavior of the website. Click here to learn more.
Chat API
Below is the explanation and examples of usage for Chat Search offered by Zevi.ai
Endpoint :
Sample Request :
curl --request GET 'https://api.zevi.ai/2023-01/chat?q=lipstick&session_id=chat_session_identifier&store=63b5a4f23d3d68e12be783d9'-H 'X-Zevi-Org-Id: 63b5a4f23d3d68e12be783d9' \-H 'X-Zevi-Api-Key: 9a940c8f-4609-4fa8-acab-5f4d55facfef' \-H 'Content-Type: application/json'
Sample Response :
{"products": [{"product_id": "74286","title": "Beverage Cup","description": "The glass-blown cup is the ideal companion for a cup of coffee or tea with the favorite homies. The tea is kept warm by the double-walled design, which makes the cup very comfortable to handle. Present tea in style with the beautiful, clear glass tea glasses, which are simple yet edgy. The glass cup is made of excellent quality material and is suitable for both formal as well as informal occasions. Set up the table with an elegant charm during an","category1": "Home","category2": "kitchenware & dining","subcategory": "cup","handle": "beverage-cup","store_id": 227,"store_name": "Nestasia"},{"product_id": "74263","title": "Milk Cup","description": "Ceramic coffee cups in black are manufactured without any chemical processing and keeping in mind a need to carve a path for sustainable living. The elegant design and textured surface of the reusable coffee cup will compliment any table and home décor. Suit the needs of one's coffee table and be ready to be able to easily pair up the mugs with any snack plates of one's choice. The smooth matte finish of the mug prevents discoloration from takin","category1": "Home","category2": "kitchenware & dining","subcategory": "cup","handle": "milk-cup","store_id": 227,"store_name": "Nestasia"},...,...],"sentences": ["Get ready to make a statement with our stunning lipsticks! Here are some products for you:","Our top pick for you is the \"Comfy Matte Liquid Lipstick\" - available in various shades, it offers a long-lasting, comfortable matte finish that you'll absolutely love!"]}