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

GetTagsForNode(String)

Method in DialogueRunner

Summary

Returns the collection of tags that the node associated with the node named nodeName.

public IEnumerable<string> GetTagsForNode(String nodeName);

Parameters

Name
Description

string nodeName

The name of the node.

Returns

The collection of tags associated with the node, or null if no node with that name exists.

Last updated

Was this helpful?