Action display name pronunciation is not respected in SignIn helper
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.

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.
There's no way to customize the message to the extent you want. I've filed a bug with regards to the pronunciation issue.
Thanks. I hope it will get fixed internally.