cxParameters property

Map<String, Object?>? cxParameters
getter/setter pair

Additional parameters to be put into Dialogflow CX session parameters.

To remove a parameter from the session, clients should explicitly set the parameter value to null. Note: this field should only be used if you are connecting to a Dialogflow CX agent.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Map<core.String, core.Object?>? cxParameters;