botId = $botId;
}
/**
* @return UserId
*/
public function getBotId()
{
return $this->botId;
}
/**
* @param string
*/
public function setRequiredAction($requiredAction)
{
$this->requiredAction = $requiredAction;
}
/**
* @return string
*/
public function getRequiredAction()
{
return $this->requiredAction;
}
/**
* @param string
*/
public function setResponseType($responseType)
{
$this->responseType = $responseType;
}
/**
* @return string
*/
public function getResponseType()
{
return $this->responseType;
}
/**
* @param string
*/
public function setSetupUrl($setupUrl)
{
$this->setupUrl = $setupUrl;
}
/**
* @return string
*/
public function getSetupUrl()
{
return $this->setupUrl;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BotResponse::class, 'Google_Service_CloudSearch_BotResponse');