BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
.
/
app.imagivibe.com
/
vendor
/
google
/
apiclient-services
/
src
/
DiscoveryEngine
📤 Upload
📝 New File
📁 New Folder
Close
Editing: GoogleCloudDiscoveryengineV1ConverseConversationRequest.php
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\DiscoveryEngine; class GoogleCloudDiscoveryengineV1ConverseConversationRequest extends \Google\Model { protected $boostSpecType = GoogleCloudDiscoveryengineV1SearchRequestBoostSpec::class; protected $boostSpecDataType = ''; protected $conversationType = GoogleCloudDiscoveryengineV1Conversation::class; protected $conversationDataType = ''; /** * @var string */ public $filter; protected $queryType = GoogleCloudDiscoveryengineV1TextInput::class; protected $queryDataType = ''; /** * @var bool */ public $safeSearch; /** * @var string */ public $servingConfig; protected $summarySpecType = GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSummarySpec::class; protected $summarySpecDataType = ''; /** * @var string[] */ public $userLabels; /** * @param GoogleCloudDiscoveryengineV1SearchRequestBoostSpec */ public function setBoostSpec(GoogleCloudDiscoveryengineV1SearchRequestBoostSpec $boostSpec) { $this->boostSpec = $boostSpec; } /** * @return GoogleCloudDiscoveryengineV1SearchRequestBoostSpec */ public function getBoostSpec() { return $this->boostSpec; } /** * @param GoogleCloudDiscoveryengineV1Conversation */ public function setConversation(GoogleCloudDiscoveryengineV1Conversation $conversation) { $this->conversation = $conversation; } /** * @return GoogleCloudDiscoveryengineV1Conversation */ public function getConversation() { return $this->conversation; } /** * @param string */ public function setFilter($filter) { $this->filter = $filter; } /** * @return string */ public function getFilter() { return $this->filter; } /** * @param GoogleCloudDiscoveryengineV1TextInput */ public function setQuery(GoogleCloudDiscoveryengineV1TextInput $query) { $this->query = $query; } /** * @return GoogleCloudDiscoveryengineV1TextInput */ public function getQuery() { return $this->query; } /** * @param bool */ public function setSafeSearch($safeSearch) { $this->safeSearch = $safeSearch; } /** * @return bool */ public function getSafeSearch() { return $this->safeSearch; } /** * @param string */ public function setServingConfig($servingConfig) { $this->servingConfig = $servingConfig; } /** * @return string */ public function getServingConfig() { return $this->servingConfig; } /** * @param GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSummarySpec */ public function setSummarySpec(GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSummarySpec $summarySpec) { $this->summarySpec = $summarySpec; } /** * @return GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSummarySpec */ public function getSummarySpec() { return $this->summarySpec; } /** * @param string[] */ public function setUserLabels($userLabels) { $this->userLabels = $userLabels; } /** * @return string[] */ public function getUserLabels() { return $this->userLabels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1ConverseConversationRequest::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1ConverseConversationRequest');
Save
Cancel