BidiGenerateContentClientMessage class final
Messages sent by the client in the BidiGenerateContent call.
- Inheritance
-
- Object
- ProtoMessage
- BidiGenerateContentClientMessage
Constructors
- BidiGenerateContentClientMessage({BidiGenerateContentSetup? setup, BidiGenerateContentClientContent? clientContent, BidiGenerateContentRealtimeInput? realtimeInput, BidiGenerateContentToolResponse? toolResponse})
-
BidiGenerateContentClientMessage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- clientContent → BidiGenerateContentClientContent?
-
Optional. Incremental update of the current conversation delivered from
the client.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - realtimeInput → BidiGenerateContentRealtimeInput?
-
Optional. User input that is sent in real time.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setup → BidiGenerateContentSetup?
-
Optional. Session configuration sent only in the first client message.
final
- toolResponse → BidiGenerateContentToolResponse?
-
Optional. Response to a
ToolCallMessagereceived from the server.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String