Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::BidiSessionClientMessage.
The top-level message sent by the client for the SessionService.BidiRunSession method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#config
def config() -> ::Google::Cloud::Ces::V1::SessionConfig-
(::Google::Cloud::Ces::V1::SessionConfig) — Optional. The initial config message for the session.
Note: The following fields are mutually exclusive:
config,realtime_input. If a field in that set is populated, all other fields in the set will automatically be cleared.
#config=
def config=(value) -> ::Google::Cloud::Ces::V1::SessionConfig-
value (::Google::Cloud::Ces::V1::SessionConfig) — Optional. The initial config message for the session.
Note: The following fields are mutually exclusive:
config,realtime_input. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Ces::V1::SessionConfig) — Optional. The initial config message for the session.
Note: The following fields are mutually exclusive:
config,realtime_input. If a field in that set is populated, all other fields in the set will automatically be cleared.
#realtime_input
def realtime_input() -> ::Google::Cloud::Ces::V1::SessionInput-
(::Google::Cloud::Ces::V1::SessionInput) — Optional. Realtime input for the session.
Note: The following fields are mutually exclusive:
realtime_input,config. If a field in that set is populated, all other fields in the set will automatically be cleared.
#realtime_input=
def realtime_input=(value) -> ::Google::Cloud::Ces::V1::SessionInput-
value (::Google::Cloud::Ces::V1::SessionInput) — Optional. Realtime input for the session.
Note: The following fields are mutually exclusive:
realtime_input,config. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Ces::V1::SessionInput) — Optional. Realtime input for the session.
Note: The following fields are mutually exclusive:
realtime_input,config. If a field in that set is populated, all other fields in the set will automatically be cleared.