executionSummary = $executionSummary; } /** * @return string */ public function getExecutionSummary() { return $this->executionSummary; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3PlaybookOutput::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3PlaybookOutput');