Skip to content
Snippets Groups Projects
getName.jsgf 446 B
#JSGF V1.0;
grammar getName;
public <namestring> = [<prefix>] <name> [<robot>];

<prefix> = (<iam> | <nameis> | <callme>);

<iam> = (i am);

<nameis> = ((my | the) name is);

<callme> = (call me);

<name> = (kai) | (noah) | (unique) | (luca) | (evelyn) | (jayden) | (james) | (riley) | (harper) | (quinn) | (avery) | (remi) | (river) | (atlas) | (mia) | (noah) | (olivia) | (oliver) | (sophia) | (william);

<robot> = (tobi) | (robot) | (tiago);