Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

DTMF updation through client sdk

can we update DTMF values through client SDK from backend?. if yes how?

0 3 163
3 REPLIES 3

yes you can: check the docs here: https://cloud.google.com/dialogflow/cx/docs/concept/parameter#use

You can set that in the queryParams under your response object like this:

queryParams: {
    parameters: params
  }

thanks,

I checked it already , but it shows DTMF API field is Not available when I try to update DTMF values, that advance speech setting options are not available in client SDK . is there any other  way to update DTMF values from SDK?

_Srikanth__0-1677151119956.png

 

That is for enabling/disabling DTMF, if you just wanna set the parameter, you can pass it in the QueryParams object: https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/QueryParameters#FIELDS.payload