Show / Hide Table of Contents

Class FunctionCallingRequiredAction

Represents an action for submitting function call outputs.

Inheritance
object
RequiredAction
FunctionCallingRequiredAction
Inherited Members
RequiredAction.ActionId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
public class FunctionCallingRequiredAction : RequiredAction

Properties

FunctionCall

Declaration
[Required(ErrorMessage = "FunctionCall is required.")]
[JsonProperty(PropertyName = "functionCall")]
public FunctionCall FunctionCall { get; set; }
Property Value
Type Description
FunctionCall
Remarks

Required

In this article
Back to top