Felix Christo
Felix Christo

Reputation: 229

Change display name and voice

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

enter image description here

Upvotes: 0

Views: 142

Answers (1)

Nick Felker
Nick Felker

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

Related Questions