Operations based on presence of certain words.
This document explains how to detect words and perform certain operations based on it.
Last updated
This document explains how to detect words and perform certain operations based on it.
Last updated
Open your Convai Character blueprint and click on Class Settings
and then on ConvaiChatbot
component.
Under the Details
section scroll down to the Events
section and add On Transcription Received
event.
Once we have the transcription of player input, we can perform a substring search on it.
The Print String at the end is just an example. You can add your logic after the substring match.