Associate a tag named ``name`` with a value of ``value`` to this query, that will be passed on to the response.
:param string name: The name of the tag to set
- :param string cname: The value of the tag
+ :param string vlaue: The value of the tag
.. function:: TagResponseAction(name, value)
Associate a tag named ``name`` with a value of ``value`` to this response.
:param string name: The name of the tag to set
- :param string cname: The value of the tag
+ :param string value: The value of the tag
.. function:: TCAction()