
Michael Myers
- Total activity 63
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 45
Articles
Recent activity by Michael Myers-
Generating Dialogflow Credentials
In order for OVAI to push an interaction model to Dialogflow, it needs proper authority. These steps will walk you through how to provision a set of credentials for OVAI. Prerequisites Only Dialo...
-
Conditionals
Conditional statements allow you to specify when a particular content item or forwarding or redirecting path will be selected. Example usages: You want to provide a specific response a particular ...
-
Don't Teach Commands
Teaching commands is when you have a prompt that says "To do X, say Y". As James Giangola, Conversation & Persona Design Lead at Google, points out in his article "Conversation Design: Speaking the...
-
Implementing CanFulfillIntentRequest for Alexa
CanFulfillIntentRequest on Alexa (still in beta) allows users to access your skill without needing enable and invoke it with the invocation phrase. By default, a handler will return "NO" to every C...
-
Flagging Queries
Part of the interaction model tuning process involves analyzing actual user queries coming in to ensure the model accurately matched the intent and pulled out the relevant slot information. A quer...
-
Utterance Expansion Notation
Utterance expansion notation allows you to more efficiently build out the sample utterances of your intent. You can quickly account for variations in carrier phrases, contractions, and other optio...
-
Beta Features
We believe in putting things out there fast to get it in the hands of users to provide feedback. You get access to the newest features and get a glimpse of what is to come however they come at a r...
-
Privacy and Compliance Questions
The privacy and compliance question may seem a little intimidating at first but we are here to walk you through it. We would answer these questions for you if we could but are required that you f...
-
Sharing a Google Assistant Action
Before an action goes live, you may have a need to share it with others. You have to options of getting others to test your action. Alpha/Beta Release Similar to the workflow with mobile apps in t...
-
Push your Action project to the Actions console with OVAI & gactions CLI
Typically Google Assistant Actions leverage Dialogflow to manage fulfillment and the interaction model for your Action. There is a way to build an Action without Dialogflow, allowing you to bring ...