Class FunctionCallIds
java.lang.Object
com.google.adk.models.FunctionCallIds
Constants and helpers for ADK-generated function call IDs.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns a new client-side function call ID with the ADK prefix.static booleanReturns whetheridwas generated client-side by the ADK.
-
Method Details
-
generateClientFunctionCallId
Returns a new client-side function call ID with the ADK prefix. -
isClientGeneratedFunctionCallId
Returns whetheridwas generated client-side by the ADK.
-