FlowCondition

Defines a condition in the condition node.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the condition. You must refer to at least one of the inputs in the condition. For more information, expand the Condition node section in Node types in prompt flows.

Link copied to clipboard

A name for the condition that you can reference.

Functions

Link copied to clipboard
inline fun copy(block: FlowCondition.Builder.() -> Unit = {}): FlowCondition
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String