Original Discord Post by prapthanimesh | 2024-10-21 04:38:30
We’re planning to use Convai for a Playcanvas application. In future we’re planning make custom languages with Convai. For now, We need to know how to trigger an actions and how to use other functions through Playcanvas.
there is a method on convaiClient: setActionConfig(actionConfig: ActionConfigParamsType) type ActionConfigParamsType = { actions?: string[]; characters?: ActionConfig.Character[], objects?: ActionConfig.Object[], classification?: string; contextLevel?: number; currentAttentionObject?: string; };