FunctionDeclaration_Behavior class final

Defines the function behavior. Defaults to BLOCKING.

Inheritance
  • Object
  • ProtoEnum
  • FunctionDeclaration_Behavior

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotDefault bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

$default → const FunctionDeclaration_Behavior
The default value for FunctionDeclaration_Behavior.
blocking → const FunctionDeclaration_Behavior
If set, the system will wait to receive the function response before continuing the conversation.
nonBlocking → const FunctionDeclaration_Behavior
If set, the system will not wait to receive the function response. Instead, it will attempt to handle function responses as they become available while maintaining the conversation between the user and the model.
unspecified → const FunctionDeclaration_Behavior
This value is unused.