capturing Parameter advanced speech settings from pages through pagesClient

hello everyone,

I was trying to capture parameter DTMF settings in pages from backend through pagesClient , but that client has limitation , it is unable to capture the DTMF settings. Is there any other way to capture DTMF settings from backend?

reference : @https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.flows.pages#Page.Parameter

Hi!

So first you will need to enable Advanced Speech at Agent level, then you can create a parameter on a Page of type @sys.number and enable the DTMF:

Enabling DTMF:

can we implement this thing through client SDK

what do you mean?