Help with DiagFlow

Hello, can anyone help me with the Diagflow component? I am trying to use the examples posted in the documentation. Diagflow does send the request but home assistant gives an error processing it.

Here is the example I am using

Here is my configuration

dialogflow:

intent_script:
  Temperature:
    speech:
      text: The temperature at home is 20 degrees

and here is the error I am getting

Error processing webhook 9066e5985ecdff12ea1e2eafb9fdc6d16feeb2df9c10526290c9d2fdad4832e4
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/homeassistant/components/webhook/__init__.py", line 85, in async_handle_webhook
    response = await webhook['handler'](hass, webhook_id, request)
  File "/usr/local/lib/python3.7/site-packages/homeassistant/components/dialogflow/__init__.py", line 39, in handle_webhook
    response = await async_handle_message(hass, message)
  File "/usr/local/lib/python3.7/site-packages/homeassistant/components/dialogflow/__init__.py", line 102, in async_handle_message
    action_incomplete = req['actionIncomplete']
TypeError: 'NoneType' object is not subscriptable

Tanks in advance

Solved https://github.com/home-assistant/home-assistant/issues/19125#issuecomment-476803361