functionCall

public abstract Part.Builder functionCall(FunctionCall functionCall)

Setter for functionCall.

functionCall: Optional. A predicted function call returned from the model. This contains the name of the function to call and the arguments to pass to the function.


@CanIgnoreReturnValue()
public Part.Builder functionCall(FunctionCall.Builder functionCallBuilder)

Setter for functionCall builder.

functionCall: Optional. A predicted function call returned from the model. This contains the name of the function to call and the arguments to pass to the function.