RealtimeInputConfig_ActivityHandling class final
The different ways of handling user activity.
- Inheritance
-
- Object
- ProtoEnum
- RealtimeInputConfig_ActivityHandling
Constructors
- RealtimeInputConfig_ActivityHandling(String value)
-
const
- RealtimeInputConfig_ActivityHandling.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 RealtimeInputConfig_ActivityHandling
- The default value for RealtimeInputConfig_ActivityHandling.
- activityHandlingUnspecified → const RealtimeInputConfig_ActivityHandling
-
If unspecified, the default behavior is
START_OF_ACTIVITY_INTERRUPTS. - noInterruption → const RealtimeInputConfig_ActivityHandling
- The model's response will not be interrupted.
- startOfActivityInterrupts → const RealtimeInputConfig_ActivityHandling
- If true, start of activity will interrupt the model's response (also called "barge in"). The model's current response will be cut-off in the moment of the interruption. This is the default behavior.