Unity sending messages directly

Reply by k3kalinix | 2024-10-29 08:04:40

Hello <@1095034475919966259>,

Yes, you can.

Create UI buttons and call SendTextDataAsync from ConvaiNPC.

public void OnButtonClicked(string text)
{
  await _convaiNPC.SendTextDataAsync(text);
}