Class FunctionName

java.lang.Object
com.azure.ai.openai.models.FunctionName

public final class FunctionName extends Object
A structure that specifies the exact name of a specific, request-provided function to use when processing a chat completions operation.
  • Constructor Details

    • FunctionName

      public FunctionName(String name)
      Creates an instance of FunctionName class.
      Parameters:
      name - the name value to set.
  • Method Details

    • getName

      public String getName()
      Get the name property: The name of the function to call.
      Returns:
      the name value.