Voice Error while testing Google agent


#1

Dear All,
Please find my below app logic
app.setHandler({
LAUNCH() {
return this.toIntent(‘GreetingIntent’);
},

GreetingIntent() {
    this.ask('Welcome to Mortgage, Would you like to continue');  
},

DetailsIntent() {
    this.tell('Hey you told ' + this.$inputs.GettingDetailsConfirmation.value);
},

});

module.exports.app = app;

While invocating the agent, the voice oupput says, only the Firstpart, not the second part which is supposed to be my app logic output

First Part : Sure. Let’s get the test version of mortgages rate.
Second part: Welcome to Mortgage, Would you like to continue

Can you please help


#2

This is a current issue in the Google Actions Simulator, which doesn’t play the first output after an app is opened. It works if you use a Google Home device or Google Assistant on your phone.


#3

Dear @jan,
Yes, Correct. Its working in Google home mobile app.
Thanks… Closing this


closed #4