Interface FlowCondition.Builder

  • Method Details

    • expression

      FlowCondition.Builder expression(String expression)

      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.

      Parameters:
      expression - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      A name for the condition that you can reference.

      Parameters:
      name - A name for the condition that you can reference.
      Returns:
      Returns a reference to this object so that method calls can be chained together.