Package com.azure.ai.openai.models
Class FunctionName
java.lang.Object
com.azure.ai.openai.models.FunctionName
A structure that specifies the exact name of a specific, request-provided function to use when processing a chat
completions operation.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FunctionName
Creates an instance of FunctionName class.- Parameters:
name- the name value to set.
-
-
Method Details
-
getName
Get the name property: The name of the function to call.- Returns:
- the name value.
-