Values.ConditionFlowNodeConfigurationSourceDefines a condition node in your flow. You can specify conditions that determine which node comes next in the flow. For more information, see Node types in a flow in the Amazon Bedrock User Guide.
type nonrec t = {conditions : FlowConditions.t;An array of conditions. Each member contains the name of a condition and an expression that defines the condition.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of FlowConditionName.t ]) list ]
list ])
list ]