Render Template
Actionmessage.renderTemplateRenders a saved message template (by name) against this graph's trigger context and outputs the rendered text. Pick a template of the graph's trigger kind; wire 'text' into a Send Chat / Speak node.Renders the selected template against the trigger context; binds 'text'.Outputs
| out | Exec | exec | None |
| text | Data | System.String | multiplexed |
Parameters
| template | System.String | yes | "" | None |
| contextKind | System.String | no | "" | None |
Lowers to C#
var text = await ctx.Templates.RenderAsync("name");