package brain // Behaviors the Behaviors struct type Behaviors struct{} // Response NPL Response type Response struct { Behaviors *Behaviors }