Skip to content

DenisVCode/aog-community-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Actions Builder Community Types

Community Types is a collection of open Types to use with Actions Builder. These Types were contributed by the community!

Usage

Use the contents table below to find a Type you are looking for.

Include the type in your project using the gactions CLI.

Run following command in project directory where you can clone the Actions files:

gactions pull --project-id {project-id}

This downloaded your complete Actions on Google project.

For Types:
Copy the Type .yaml file into custom/types folder.

For Intents:
Copy the Intent .yaml file into custom/intents folder.

Run following command to push your updates to the Action!

gactions push

Contents

Types

Type Description Source
Yes/No Yes / No type
Languages All languages supported by AoG with language code as a key AoG Documentation
Currencies Currencies with currency code as a key ISO 4217
URL Regex type that matches URL
Color Color type with color names and HEX code as a key color-names
Countries Countries with country code as a key ISO 3166-1
World Cities World Cities with City|Country as a key Simplemaps.com
US Cities US Cities with City|Country as a key Simplemaps.com
Capital Cities World Capital Cities with City|Country as a key Simplemaps.com
Major Cities Major World Cities with population > 500 000, City|Country as a key Simplemaps.com

Intents

Intent Description Language
Yes - en-US
No - en-US
Repeat - en-US
Help - en-US
Slow down - en-US

Contributing

Pull requests with additional types/fixes for current types are more than welcome! Please just make sure that you have permission to use the data you are contributing. Thanks!

If you don't want to create the .yaml file itself, feel free to submit a .csv or link to Google Sheets!

Contributors

Created by @DenisValasek

License

MIT

About

Collection of community types for Actions Builder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published