For the complete documentation index, see llms.txt. This page is also available as Markdown.

RemoveCommandHandler(string)

Method in DialogueRunner

Summary

Removes a command handler.

public void RemoveCommandHandler(string commandName)

Parameters

Name
Description

string commandName

The name of the command to remove.

Last updated

Was this helpful?