Gemini Enterprise for Customer Experience V1BETA API - Class Google::Cloud::Ces::V1beta::BidiSessionClientMessage (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::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::V1beta::SessionConfig
Returns
  • (::Google::Cloud::Ces::V1beta::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::V1beta::SessionConfig
Parameter
  • value (::Google::Cloud::Ces::V1beta::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.

Returns
  • (::Google::Cloud::Ces::V1beta::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::V1beta::SessionInput
Returns
  • (::Google::Cloud::Ces::V1beta::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::V1beta::SessionInput
Parameter
  • value (::Google::Cloud::Ces::V1beta::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.

Returns
  • (::Google::Cloud::Ces::V1beta::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.