You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, DialogueResponder has a request object as an attribute, but contains other attributes as well, like directives. However, the responder and request serve very similar functions to encode information needed by the dialogue manager to respond to an input.
Instead of the current approach, we could build an encoder method that builds a serializable responder from the same request object type with the necessary fields directives.
The text was updated successfully, but these errors were encountered:
Currently,
DialogueResponder
has arequest
object as an attribute, but contains other attributes as well, likedirectives
. However, the responder and request serve very similar functions to encode information needed by the dialogue manager to respond to an input.Instead of the current approach, we could build an encoder method that builds a serializable responder from the same request object type with the necessary fields directives.
The text was updated successfully, but these errors were encountered: