functionCall property

GoogleCloudAiplatformV1FunctionCall? functionCall
getter/setter pair

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.

Optional.

Implementation

GoogleCloudAiplatformV1FunctionCall? functionCall;