Interface FunctionSchema.Builder

    • Method Detail

      • functions

        FunctionSchema.Builder functions​(Collection<FunctionDefinition> functions)

        A list of functions that each define an action in the action group.

        Parameters:
        functions - A list of functions that each define an action in the action group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • functions

        FunctionSchema.Builder functions​(FunctionDefinition... functions)

        A list of functions that each define an action in the action group.

        Parameters:
        functions - A list of functions that each define an action in the action group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.