rasa_sdk v0.5.0 RasaSDK.Model.NLGRequest
Describes the action to be called and provides information on the current state of the conversation.
Link to this section Summary
Link to this section Types
Specs
t() :: %RasaSDK.Model.NLGRequest{
arguments: [Map] | nil,
channel: RasaSDK.Model.Channel | nil,
template: String.t() | nil,
tracker: RasaSDK.Model.Tracker | nil
}