Wassim Chegham PRO
Senior Developer Advocate @Microsoft ★ Angular contributor ★ Bazel contributor ★ GDE @Google ★ creator of @itsjustangular / hueaction.dev / ngx.tools / xlayers.dev / angular.run / thundr.dev
Wassim Chegham | Developer Advocate SFEIR | @manekiekko
Google Developer Expert
for the Angular team
Core Team (ESM Modules)
Node.js Foundation
Do open source at manekinekko
SFEIR
Developer Advocate
for the Google Assistant team
for the GCP team
Google Developer Expert
Google Developer Expert
Tweet at @manekinekko
Blog at @wassimchegham
Can you book an Indian style restaurant for 2 people for tomorrow at 7pm near my address?
A mapping between what the user says and what action should be taken by your software.
Each action can have many intents, which will provide different experiences to the user.
Triggered via a series of "user says" phrases or platform based events.
Can collect entity values.
Matched at every turn of conversation.
Values that we are trying to capture from the user phrases.
Can specify a parameter name and a type of value.
Values can be optional.
Values can be a list of fixed values.
* Dialogflow can handle simple things like plurality and capitalization, but make sure to add all possible synonyms for your entries. The more you add, the better your agent can determine your entities.
...
Specify follow up question if a user doesn't specify certain values.
Read out in random order to make it more natural.
Run a remote business code to fetch the data and send the response.
Test your agent by entering text or voice requests.
Diagnostic request/response payloads.
A training tool that allows you to analyze conversation logs with your agent and add annotated examples to relevant intents in bulk.
Prebuilt agents are a collection of agents developed by the Dialogflow team. In the developer console, you can download agents to your account that fit your use case and use them as a base for building a conversational interface for your app, bot, or device.
Dialogflow includes an optional feature called Small Talk, which is used to provide responses to casual conversation. This feature can greatly improve a user's experience when talking to your agent.
Versioning and Environments in Dialogflow allow you to deploy multiple versions of your agent to separate, customizable instances of environments, depending on your needs.
* Currently in BETA
An agent “learns” both from the examples you provide in the Training Phrases section and the language models developed by Dialogflow.
Based on this data, the Agent builds a model (algorithm) for making decisions on which intent should be triggered by a user input and what data needs to be extracted.
This algorithm is unique to your agent.
ML settings can be disabled or tweaked.
Lets you support multiple root languages and locales within the same agent, allowing you to specify different Training Phrases and Responses for each language your agent supports.
Support 15 root languages
Many team members can collaborate on an agent, and the level of access granted to each team member can be controlled.
You can manage access using either the Dialogflow console or the GCP console.
Many roles: Admin, Developer, Reviewer, API...
The analytics page gives you insight into how well your agent is performing, so you can work to further improve the user experience you’re providing.
Filtering the data by chosen date range (1 day, 7 days, or 30 days).
Queries Per Session
By Wassim Chegham
BBL: An introduction to designing natural conversations with Dialogflow
Senior Developer Advocate @Microsoft ★ Angular contributor ★ Bazel contributor ★ GDE @Google ★ creator of @itsjustangular / hueaction.dev / ngx.tools / xlayers.dev / angular.run / thundr.dev