functionCall property

GoogleCloudAiplatformV1FunctionCall? functionCall
getter/setter pair

A predicted [FunctionCall] returned from the model that contains a string representing the [FunctionDeclaration.name] with the parameters and their values.

Optional.

Implementation

GoogleCloudAiplatformV1FunctionCall? functionCall;