FunctionResponse_Scheduling class final
Specifies how the response should be scheduled in the conversation.
- Inheritance
-
- Object
- ProtoEnum
- FunctionResponse_Scheduling
Constructors
- FunctionResponse_Scheduling(String value)
-
const
- FunctionResponse_Scheduling.fromJson(String json)
-
factory
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 FunctionResponse_Scheduling
- The default value for FunctionResponse_Scheduling.
- interrupt → const FunctionResponse_Scheduling
- Add the result to the conversation context, interrupt ongoing generation and prompt to generate output.
- schedulingUnspecified → const FunctionResponse_Scheduling
- This value is unused.
- silent → const FunctionResponse_Scheduling
- Only add the result to the conversation context, do not interrupt or trigger generation.
- whenIdle → const FunctionResponse_Scheduling
- Add the result to the conversation context, and prompt to generate output without interrupting ongoing generation.