How to use slots correctly?

What so ever way I use slots it gives error only, I’m attaching the patterns I have tried: 1) forms: my_form: required_slots: - agent_id slots: agent_id: type: text

slots: agent_id: type: text mappings: - intent: generate_ticket entity: agent_id forms: my_form: agent_id: - type: from_entity entity: agent_id

Please suggest the correct procedure to add slots

If the slot value affects your coversation, in slots sections below type variable add

  • influence_conversation: true

Example

image

Hope this might help