Speak Action LEGO Behavior Brick not showing up?

I can’t find the Speak action Behavior Brick in the LEGO Microgame. I am looking in Assets/LEGO/Prefabs/LEGO Behavior Bricks. Can someone help me?

Same problem… looks like it is not in the assets

I had the same problem. In my case, it was because I was using a 2020 version of Unity. I created a new project using a 2019 version using the Lego Microgame template, and then I could see the Speak Behavior Brick. As an aside, this also fixed a bug in the LookAt action script (in the 2020 version I was using, the code had a transform.right where it should have been transform.forward). I spent hours figuring this out only to discover that the bug didn’t exist in the other version. Fun times!