Reputation: 229
I am working on Dialogflow. Is there is any way to programmatically access invocation on Action on Google. I am trying to change the voice and display name of the google assistant from my code. Is this possible ?
Console Screen
Upvotes: 0
Views: 142
Reputation: 11978
When using Dialogflow, there is no way to programmatically change the invocation name and voice of the Action.
If, on the other hand, you were to use Actions Builder to build your action, you could change the Actions SDK LocalizedSettings for both the displayName
and voice
fields in a YAML file and upload that programmatically.
Upvotes: 1