InworldTextEdgeAsset | Inherits from: InworldEdgeAsset
Specialized edge asset for text data validation within graph workflows in the Inworld framework.
Extends the base edge functionality to evaluate text validity and control text routing.
Properties
Methods
Reference
EdgeTypeName
A constant stringTextEdge, primarily used when registering a custom edge condition name for text processing.
Returns
Type:string
MeetsCondition
Evaluates whether the input data satisfies the text condition for this edge. Constructs anInworldText from the input and checks its validity. Behavior is controlled by AllowedPassByDefault — if true, valid text passes; if false, invalid text passes.
Parameters
| Parameter | Type | Description |
|---|---|---|
| inputData | InworldBaseData | The input data to evaluate for text validity. |
Returns
Type:bool