functionResponse

public abstract Part.Builder functionResponse(FunctionResponse functionResponse)

Setter for functionResponse.

functionResponse: Optional. The result of a function call. This is used to provide the model with the result of a function call that it predicted.


@CanIgnoreReturnValue()
public Part.Builder functionResponse(FunctionResponse.Builder functionResponseBuilder)

Setter for functionResponse builder.

functionResponse: Optional. The result of a function call. This is used to provide the model with the result of a function call that it predicted.