This capsule allows users to search for earthquakes around the globe based on various search criteria such as geographic location, date-time, minimum magnitude, event type, among others. This is designed to supplement the blog on Bixby conversations which describes the features of Bixby’s conversational interaction model.
- Download and install the Bixby Studio IDE from the Bixby Developer Center.
- Download this capsule (zip is the easiest way) from GitHub. Unzip in your directory of choice.
- Open the Capsule in Bixby Developer Studio.
- Open the simulator and give it a try!
find earthquakes within 50 miles of me
search for quarry blasts and mining explosions
find earthquakes in los angeles that happened last week
- This capsule and the companion blog describes the features of Bixby’s conversational interaction model, including:
- Value prompts for required inputs or selection prompts for disambiguation of multiple inputs
- Default initialization to prevent unnecessary user prompting for required inputs
- Replacement functionality for single cardinal inputs
- Handling of multi-cardinal inputs in either JavaScript or modeling using iterable
- Relaxation to remove search constraints when an empty list of results is returned by either dropping inputs or replacing inputs with less-restrictive ones
- Change the capsule id to reflect your organization and your content. The capsule id is defined in the
capsule.bxb
file.
- Bixby Developer Center - Everything you need to get started with Bixby Development!
- Quick Start Guide - Build your first capsule
- Design Guides - Best practices for designing your capsules
- Developer Guides - Guides that take you from design and modeling all the way through deployment of your capsules
- Bixby Developers YouTube Channel - Tutorial videos, Presentations, Capsule Demos and more
- Bixby Developers Chat - Voice, Conversational AI and Bixby discussions
- @BixbyDevelopers - Twitter
- Have a feature request? Please suggest it in our Support Community to help us prioritize.
- Have a technical question? Ask on Stack Overflow with tag “bixby”