rasa_sdk v0.5.0 RasaSDK.Model.NLGResponse

Link to this section Summary

Link to this section Types

Specs

t() :: %RasaSDK.Model.NLGResponse{
  attachments: [RasaSDK.Model.Attachment] | nil,
  buttons: [RasaSDK.Model.Button] | nil,
  elements: [RasaSDK.Model.Element] | nil,
  image: String.t(),
  text: String.t()
}