class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestSessionSpec

feature to public GA. Or ask for allowlisting through Google Support team.
stage. Please use v1alpha or v1beta version instead before we launch this
Session specification. Multi-turn Search feature is currently at private GA

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @query_id = args[:query_id] if args.key?(:query_id)
  @search_result_persistence_count = args[:search_result_persistence_count] if args.key?(:search_result_persistence_count)
end