Flow
What is a Flow and how build a multifaceted Assistant using Flows.

One of the key features of an Assistant is a Flow.
A Flow allows you, as the creator, to define a complete workflow using natural language (a.k.a. prompt).
A single Assistant can handle topics ranging from questions about human resources to ticket creation.
There’s no need to coordinate multiple Assistants, as Flows provide a way to make your application highly intelligent and dynamic.
Extraction
Extraction is a way to have your Assistant extracting structured data from user conversation.
So let's say that you have a Flow responsible of taking care of users is interacting with your Assistant seeking for IT help to open a ticket.
You need the user name, user company id and other informations.
More details in Extraction
Last updated