actions-on-google / actions-on-google-nodejs

Node.js client library for Actions on Google
https://actions-on-google.github.io/actions-on-google-nodejs
Apache License 2.0
900 stars 197 forks source link

Action display name pronunciation is not respected in SignIn helper #378

Open xvrh opened 4 years ago

xvrh commented 4 years ago

When we configure the Display name of our Google Action (in Develop > Invocation). We can modify the pronunciation of the name if it doesn't sound right out loud.

Screenshot 2020-01-20 at 11 52 56

When I use the SignIn helper of the NodeJs library like this:

conv.ask(new SignIn('To give you this information'));

The assistant write: "To give you this information, I need to link your <Action name> account to Google. Is that OK?" The second part of the sentence is added by the SignIn helper. The problem is that the pronunciation is not respected for the Action Name.

Is there any way to specify the whole sentence and provide a Display text and Speech text?

Thanks.

Fleker commented 4 years ago

There's no way to customize the message to the extent you want. I've filed a bug with regards to the pronunciation issue.

xvrh commented 4 years ago

Thanks. I hope it will get fixed internally.