Setting SLOT without use Entity or Action

Hi, I am new in RASA and I have a doubt about how to set a slot without use entity or action, for examplo, according some intent set a slot with any expression.

Why this? I´d like have a generic utter with a variable and change it with the value of slot according the intent.

I dont know if i was clear in my question.

Up!

up!

I’m not sure if I understood what you meant by “generic utter with a variable and change it with the value of slot according the intent”. Can you please elaborate and give a few examples?

I think the meaning of the request is something along these lines :

utter_something_from_a_slot:

  • text:“Here’s a slot value {slot}”

Where the slot gets say altered by a DB call or something. Is that right @JulianoPCardoso ?