rasa_sdk v0.5.0 RasaSDK.Model.ButtonResponse

Text with buttons which should be sent to the user.

Link to this section Summary

Link to this section Types

Specs

t() :: %RasaSDK.Model.ButtonResponse{
  buttons: [RasaSDK.Model.Button] | nil,
  text: String.t() | nil
}