Integrating Generative AI and IoT for Sustainable Smart Tourism Destinations
Abstract
:1. Introduction
1.1. Problem of the Study
1.2. Contribution
1.3. Objective
2. Literature Review
2.1. Generative Artificial Intelligence (Gen AI)
2.1.1. Gen AI Component
- Generative adversarial networks (GANs): Introduced by Goodfellow et al. [46], GANs are perhaps the most popular generative model. GANs consist of two neural networks—the generator and the discriminator—that compete against each other, thus improving the quality of the generated outputs [49]. The generator produces data, while the discriminator evaluates them against the real data [50]. This framework has been pivotal for advancements in realistic image generation [47,51].
- Variational autoencoders (VAEs): Developed by Kingma and Welling [52], VAEs are another key component of generative AI. VAEs are designed to compress data into a lower-dimensional space and then reconstruct them back into the original space, facilitating the generation of new data points. They are particularly known for their effectiveness in generating complex data structures like images [52].
- Transformer models: Recent years have seen a rise in the transformer models introduced by Vaswani et al. [50], which have revolutionized the field of natural language processing. Transformers use mechanisms like self-attention to process sequences of data, making them highly effective for generating coherent and contextually relevant text. They are the foundation of models like GPT (Generative Pre-trained Transformer) and BERT (Bidirectional Encoder Representations from Transformers) [50,53].
2.1.2. Gen AI Application
2.2. Natural Language Processing (NLP)
NLP for Tourism
- Customer service and chatbots: One of the prominent applications of NLP in tourism is in customer service, particularly through the use of chatbots. Chatbots leverage NLP to understand and respond to customer inquiries in real time, providing instant support and information [73].
- Sentiment analysis: Sentiment analysis, another critical NLP application, involves analyzing customer reviews and feedback to gauge sentiment and identify trends. By processing large volumes of text data from online reviews, social media posts, and surveys, sentiment analysis tools can help tourism businesses understand customer preferences and identify areas for improvement [74].
- Recommendation systems: NLP-powered recommendation systems are also revolutionizing the tourism sector. These systems analyze user preferences, past behaviors, and contextual information to provide personalized travel suggestions. For instance, systems can recommend destinations, activities, and accommodations tailored to individual tastes [75].
- Content generation: Using NLP technologies such as automated travel guides and blog posts is becoming increasingly popular. These tools can create engaging and informative content by extracting relevant information from various sources and presenting it coherently [76]. Automated content generation helps tourism companies maintain an active online presence and provide valuable information to potential travelers.
2.3. Internet of Things (IoT)
- Connectivity: This is crucial for enabling communication between IoT devices and the cloud or other data processing systems. Various communication protocols and technologies are used, including Wi-Fi, Bluetooth, Zigbee, and cellular networks [80]. Effective connectivity ensures that the data collected by sensors are transmitted reliably and efficiently to the appropriate processing units.
- Data processing: Once data are collected and transmitted, they need to be processed and analyzed to derive meaningful insights. Data processing can occur at the edge, closer to the data source, or in centralized cloud servers [81].
- User interfaces (UIs): These are the components through which users interact with IoT systems. UIs can take various forms, such as mobile apps, web dashboards, or voice assistants, allowing users to monitor and control IoT devices [82].
IoT for Tourism
- Smart destinations: The IoT plays a crucial role in developing smart destinations, which use interconnected devices to manage and optimize resources. For example, IoT-enabled sensors can monitor and manage tourist flows, reducing congestion and improving the visitor experience [84]. Smart destinations leverage IoT technology to provide real-time information about attractions, transportation, and local services, making travel more convenient and enjoyable.
- Enhanced customer experiences: The IoT significantly enhances customer experiences by providing personalized services. Wearable devices, such as smartwatches, can offer tourists personalized recommendations based on their preferences and real-time location data [85]. Hotels use IoT devices to automate room settings according to guest preferences, such as lighting, temperature, and entertainment systems, thereby increasing comfort and satisfaction.
- Efficient operations: The IoT improves operational efficiency in the tourism sector by enabling better resource management and reducing costs. For instance, IoT-enabled energy management systems can optimize energy usage in hotels and other tourist facilities, leading to significant cost savings and sustainability benefits [86].
- Data-driven insights: The vast amount of data generated by IoT devices provides valuable insights for tourism businesses. By analyzing these data, companies can understand customer behaviors, preferences, and trends, enabling them to tailor their services and marketing strategies more effectively [23].
2.4. Smart Tourism Destinations
- Integration of IoT: IoT technologies are cornerstones of smart tourism destinations. The IoT enables real-time data collection and monitoring through interconnected devices and sensors. These technologies can monitor tourist flows, optimize transportation systems, and provide personalized services [91].
- Big data analytics: This plays a crucial role in the functionality of smart tourism destinations. By analyzing vast amounts of data from various sources such as social media, mobile apps, and IoT devices [1], tourism managers can gain valuable insights into visitor behaviors and preferences [23,89].
- Smart infrastructure: This encompasses the physical and digital systems that support the operations of a smart tourism destination. This includes smart transportation networks, energy-efficient buildings, and digital information platforms. Smart infrastructure enhances the efficiency and sustainability of tourism operations. For example, smart grids and energy management systems reduce the environmental impact of tourist facilities [92].
- Impact on tourism management: Smart tourism destinations provide significant benefits for tourism management. Real-time data and predictive analytics enable proactive decision making and efficient resource allocation. This results in improved operational efficiency and better visitor management [89,92].
2.5. Research Hypothesis
2.5.1. Attention
2.5.2. Interest
2.5.3. Usage
2.5.4. Tourists’ Planning Prior to Trip
2.5.5. Tourism Experience
2.5.6. Emotion
2.5.7. Satisfaction
3. Research Methodology
3.1. Problem Statement
3.2. Research Design
- Handling diverse inquiries: The NLP module is designed to process a wide range of tourist inquiries, from simple questions about local attractions to more complex queries regarding travel logistics. It employs advanced algorithms to understand the context and intent behind each question, ensuring that relevant and accurate information is provided.
- Ensuring accuracy: To ensure high accuracy, the NLP system utilizes a combination of machine learning models and extensive linguistic databases. These models are trained on large datasets that include various dialects, slang, and idiomatic expressions, enabling the system to comprehend and respond accurately to different forms of natural language input.
- Cultural sensitivity: Cultural sensitivity is paramount in the responses generated by the NLP module. The system incorporates cultural context into its processing, considering local customs, traditions, and etiquette. This is achieved by integrating cultural databases and context-aware algorithms that adjust their responses to be respectful and appropriate for the cultural background of the user.
- Continuous learning and adaptation: The NLP module is designed to continuously learn and adapt from user interactions. Feedback mechanisms are in place to refine and improve the system’s understanding and response generation over time. Adaptive learning ensures that the system remains up to date with evolving language trends and cultural nuances.
3.3. Details of System Development
3.3.1. NLP Coding
3.3.2. IoT Development
- Initialize Wi-Fi credentials: set the SSID and password for the Wi-Fi network.
- Set up temperature sensor: configure the ADC (Analog-to-Digital Converter) on pin 34 with an attenuation of 11 dB for a wider input voltage range.
- Define Wi-Fi setup function: create the setup_wifi function to connect to the specified Wi-Fi network.
- Set up temperature sensor: configure the ADC (Analog-to-Digital Converter) on pin 34 with an attenuation of 11 dB for a wider input voltage range.
- Define temperature reading function: create the read_temp function to read the analog value from the temperature sensor, convert it to Celsius, and return it as a string.
- Define webpage generation function: create the web_page function to generate and return the HTML string containing the temperature and magnetic field data.
- Main function: create the main function to call the setup_wifi and http_server functions.
- Execute main function: ensure the main function runs when the script is executed.
3.3.3. Integration of Gen AI with IoT
3.3.4. System Implementation
3.3.5. Tourist System Utilization and User Evaluation
4. Experimental Results
4.1. Development of Integrated Gen AI with IoT System for Tourism
4.2. System Evaluation
4.2.1. Expert Evaluation
4.2.2. User Evaluation
5. Discussion
5.1. General Discussion
5.2. Theorical Implications
5.3. Tourism Business Implications
6. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
Appendix A. Variables
Att1 | Relevance | The relevance of using AI systems to support tourism/tourists see that AI can play a part in supporting tourism activities. |
Att2 | Authenticity | AI can present in-depth information well/tourists see that AI can provide detailed information on tourism activities. |
Att3 | Originality | AI can provide novel information directly to tourists/tourists see that AI can present new information. |
Att4 | Accessibility | AI can easily access information/tourists see that AI can easily access tourism information. |
In1 | Content | Tourists see that AI can present content-based information well. |
In2 | Inspiration | Tourists see that AI can inspire them to travel. |
In3 | Diversity | Tourists see that AI can create and present diverse information for planning tourism. |
In4 | Presentation | Tourists see that AI can present information in a perspective that is easy to use for tourism planning. |
Usa1 | Personalization | Tourists see that AI can create personalized information, such as individual planning for tourists. |
Usa2 | News | Tourists see that AI can provide up-to-date tourism information. |
Usa3 | Interaction | Tourists see that AI can interact well with tourists. |
Usa4 | Awareness | Tourists see that AI can present in-depth information and meet users’ needs more accurately. |
Usa5 | Utility | Tourists see that AI is useful for all groups and ages for tourism planning. |
Usa6 | Stability | Tourists see that AI is a stable system. |
Emo1 | Feedback | Tourists see that AI can provide good feedback from others. |
Emo2 | Empathy | Tourists see that AI can empathize with users’ emotions. |
Emo3 | Memories | Tourists see that AI can store good memories for tourists. |
Emo4 | Recommendation | Tourists see that AI can provide good recommendations for tourists. |
TPD1 | Tourists’ pre-trip planning | Tourists rely on AI for pre-trip planning. |
TPD2 | During the trip | Tourists rely on AI on during the trip. |
TPD3 | Post-trip feedback | Tourists provide feedback into the AI system to what extent. |
Sat1 | Overall satisfaction with AI | Overall satisfaction with AI in terms of data accuracy. |
Sat2 | Overall satisfaction with AI | Overall satisfaction with AI in terms of data updates. |
Sat3 | Overall satisfaction with AI | Overall satisfaction with AI in terms of data security. |
Exp1 | Tourists will use AI | Tourists will use AI for tourism in the future. |
Exp2 | Tourists will recommend AI | Tourists will recommend the use of AI for a good tourism experience to others. |
Exp3 | Tourists will choose AI support | Tourists will choose to use AI support systems for other matters in the future. |
INT1 | Interaction between experience | Interaction between experience and tourists’ planning prior to and during a trip. |
INT2 | Interaction between EMOTION | Interaction between emotion and tourists’ planning prior to and during a trip. |
References
- Suanpang, P.; Pothipassa, P.; Jittithavorn, C. Blockchain of things (BoT) innovation for smart tourism. Int. J. Tour. Res. 2024, 26, e2606. [Google Scholar] [CrossRef]
- Suanpang, P.; Jamjuntr, P. A Smart Farm Prototype with an Internet of Things (IoT) Case Study: Thailand. J. Adv. Agric. Technol. 2019, 6, 186–190. Available online: https://www.joaat.com/uploadfile/2019/1220/20191220115115540.pdf (accessed on 22 August 2024). [CrossRef]
- Dogru, T.; Nathaniel, D.; Makarand, A.M.; Hulin, L.; Abbott, J.; Acikgoz, F.; Assaf, A.G.; Berbekova, A.; Bilgihan, A.; Dalton, A.N.; et al. Generative Artificial Intelligence in the Hospitality and Tourism Industry: Developing a Framework for Future Research. J. Hosp. Tour. Res. 2023, 1096348023118866. [Google Scholar] [CrossRef]
- Doscher, S. AI-Generated Content, Creative Freelance Work and Hospitality and Tourism Marketing. In Information and Communication Technologies in Tourism 2023; Tuomi, A., Ed.; Springer Proceedings in Business and Economics (SPBE); Springer: Berlin/Heidelberg, Germany, 2023; pp. 323–328. [Google Scholar] [CrossRef]
- Gretzel, U.; Wang, D.; Xiang, Z. The new AI-mentality in tourism: The use of artificial intelligence in tourism. Tour. Manag. Perspect. 2020, 35, 100712. [Google Scholar] [CrossRef]
- Huang, Y.C.; Gartner, W.C. A pilot study to measure the virtual reality experience: The role of perceived enjoyment, perceived usefulness and technology acceptance. Asia Pac. J. Tour. Res. 2020, 25, 63–74. [Google Scholar]
- Xiang, Z.; Magnini, V.P.; Fesenmaier, D.R. Information technology and consumer behavior in travel and tourism: Insights from travel planning using the internet. J. Retail. Consum. Serv. 2018, 39, 81–92. [Google Scholar] [CrossRef]
- Kumar, A.; Zymbler, M. A machine learning approach to analyze customer satisfaction from airline service reviews. J. Big Data 2019, 6, 54. [Google Scholar] [CrossRef]
- Li, Y.; Hu, C.; Huang, C.; Duan, L. The concept of smart tourism in the context of tourism information services. Tour. Manag. 2018, 58, 293–300. [Google Scholar] [CrossRef]
- Buhalis, D.; Leung, R. Smart hospitality—Interconnectivity and interoperability towards an ecosystem. Int. J. Hosp. Manag. 2018, 71, 41–50. [Google Scholar] [CrossRef]
- Tussyadiah, I.P. A review of research into automation in tourism: Launching the Annals of Tourism Research Curated Collection on Artificial Intelligence and Robotics in Tourism. Ann. Tour. Res. 2020, 81, 102883. [Google Scholar] [CrossRef]
- Neidhardt, J.; Werthner, H. On the complexity and dynamics of personalizing the tourism experience. J. Travel Res. 2019, 58, 1234–1246. [Google Scholar]
- Mishra, R.K.; Raj, H.; Urolagin, S.; Jothi, J.A.A.; Nawaz, N. Cluster-Based Knowledge Graph and Entity-Relation Representation on Tourism Economical Sentiments. Appl. Sci. 2022, 12, 8105. [Google Scholar] [CrossRef]
- Lovera, F.A.; Cardinale, Y.C.; Homsi, M.N. Sentiment Analysis in Twitter Based on Knowledge Graph and Deep Learning Classification. Electronics 2021, 10, 2739. [Google Scholar] [CrossRef]
- Guevara, C.; Santos, M. Smart Patrolling Based on Spatial-Temporal Information Using Machine Learning. Mathematics 2022, 10, 4368. [Google Scholar] [CrossRef]
- Huang, Y.; Rust, R.T. Artificial Intelligence in Service. J. Serv. Res. 2018, 21, 155–172. [Google Scholar] [CrossRef]
- Bacanin, N.; Zivkovic, M.; Stoean, C.; Antonijevic, M.; Janicijevic, S.; Sarac, M.; Strumberger, I. Application of Natural Language Processing and Machine Learning Boosted with Swarm Intelligence for Spam Email Filtering. Mathematics 2022, 10, 4173. [Google Scholar] [CrossRef]
- Marrese-Taylor, E.; Velásquez, J.D.; Bravo-Marquez, F. A novel deterministic approach for aspect-based opinion mining in tourism products reviews. Expert Syst. Appl. 2017, 71, 404–418. [Google Scholar] [CrossRef]
- Neidhardt, J.; Werthner, H. AI and the travel industry. AI Mag. 2019, 40, 57–68. [Google Scholar] [CrossRef]
- Kaplan, A.M.; Haenlein, M. Rulers of the world, unite! The challenges and opportunities of artificial intelligence. Bus. Horiz. 2020, 63, 37–50. [Google Scholar] [CrossRef]
- Trisha, K.R. Chatbot Application for Tourism Using Deep Learning. Int. J. Sci. Technol. Eng. 2022. [Google Scholar] [CrossRef]
- Perera, C.; Zaslavsky, A.; Christen, P.; Georgakopoulos, D. Sensing as a service model for smart cities supported by Internet of Things. Trans. Emerg. Telecommun. Technol. 2015, 25, 81–93. [Google Scholar] [CrossRef]
- Bernardo, E.; Sousa, N.; Kastenholz, E. Souvenirs in tourism studies: A bibliometric retrospective and future research agenda. Tour. Hosp. Manag. 2023, 29, 249–264. [Google Scholar] [CrossRef]
- Gretzel, U.; Werthner, H.; Koo, C.; Lamsfus, C. Conceptual foundations for understanding smart tourism ecosystems. Comput. Hum. Behav. 2015, 50, 558–563. [Google Scholar] [CrossRef]
- Boes, K.; Buhalis, D.; Inversini, A. Smart tourism destinations: Ecosystems for tourism destination competitiveness. Int. J. Tour. Cities 2016, 2, 108–124. [Google Scholar] [CrossRef]
- Sousa, N.; Alén, E.; Losada, N.; Melo, M. Breaking Barriers: Unveiling Challenges of Introducing Virtual Reality for Managers in the Tourism Industry. Tour. Hosp. Manag. 2024, 30, 269–282. [Google Scholar] [CrossRef]
- Aguru, A.D.; Erukala, S.B. A lightweight multi-vector DDoS detection framework for IoT-enabled mobile health informatics systems using deep learning. Inf. Sci. 2024, 662, 120209. [Google Scholar] [CrossRef]
- Le, T.-T.-H.; Wardhani, R.W.; Putranto, D.S.C.; Jo, U.; Kim, H. Toward Enhanced Attack Detection and Explanation in Intrusion Detection System-Based IoT Environment Data. IEEE Access 2023, 11, 131661–131676. [Google Scholar] [CrossRef]
- Inuwa, M.M.; Das, R. A comparative analysis of various machine learning methods for anomaly detection in cyber attacks on IoT networks. Internet Things 2024, 26, 101162. [Google Scholar] [CrossRef]
- Neto, E.C.P.; Dadkhah, S.; Ferreira, R.; Zohourian, A.; Lu, R.; Ghorbani, A.A. CICIoT2023: A Real-Time Dataset and Benchmark for Large-Scale Attacks in IoT Environment. Sensors 2023, 23, 5941. [Google Scholar] [CrossRef]
- Lee, S.K.; Bae, M.; Kim, H. Future of IoT Networks: A Survey. Appl. Sci. 2017, 7, 1072. [Google Scholar] [CrossRef]
- Chen, L.; Zhang, C.; Xiang, Y.; Zhou, W.; Tang, Z. Robustness, Security and Privacy in Location-Based Services for Future IoT: A Survey. IEEE Access 2017, 5, 8956–8977. [Google Scholar] [CrossRef]
- Tussyadiah, I.; Zach, F.J.; Wang, J. Do travelers trust intelligent service robots? Ann. Tour. Res. 2019, 81, 102886. [Google Scholar] [CrossRef]
- Buhalis, D.; Amaranggana, A. Smart tourism destinations enhancing tourism experience through personalisation of services. In Information and Communication Technologies in Tourism 2015; Springer: Cham, Switzerland, 2015; pp. 377–389. [Google Scholar] [CrossRef]
- Li, J.; Bonn, M.A.; Ye, B.H. Hotel employee’s artificial intelligence and robotics awareness and its impact on turnover intention: The moderating roles of perceived organizational support and competitive psychological climate. Tour. Manag. 2019, 73, 172–181. [Google Scholar] [CrossRef]
- Gretzel, U. Smart tourism: Foundations and developments. Electron. Mark. 2016, 25, 179–188. [Google Scholar] [CrossRef]
- Gössling, S. Tourism, information technologies and sustainability: An exploratory review. J. Sustain. Tour. 2017, 25, 1024–1041. [Google Scholar] [CrossRef]
- Merlino, V.; Allegra, D. Energy-based approach for attack detection in IoT devices: A survey. Internet Things 2024, 27, 101306. [Google Scholar] [CrossRef]
- Elazhary, H. Internet of Things (IoT), Mobile Cloud, Cloudlet, Mobile IoT, IoT Cloud, Fog, Mobile Edge, and Edge Emerging Computing Paradigms: Disambiguation and Research Directions. J. Netw. Comput. Appl. 2019, 128, 105–140. [Google Scholar] [CrossRef]
- Suanpang, P.; Niamsorn, C.; Pothipassa, P.; Chunhapataragul, T.; Netwong, T.; Jermsittiparsert, K. Extensible Metaverse Implication for a Smart Tourism City. Sustainability 2022, 14, 14027. [Google Scholar] [CrossRef]
- Suanpang, P.; Jamjuntr, P.; Jermsittiparsert, K.; Kaewyong, P. Tourism Service Scheduling in Smart City Based on Hybrid Genetic Algorithm Simulated Annealing Algorithm. Sustainability 2022, 14, 16293. [Google Scholar] [CrossRef]
- Korzynski, P.; Mazurek, G.; Altmann, A.J.; Ejdys, J.; Kazlauskaite, R.; Paliszkiewicz, J.; Wach, K.; Ziemba, E. Generative artificial intelligence as a new context for management theories: Analysis of ChatGPT. Cent. Eur. Manag. J. 2023, 31, 3–13. [Google Scholar] [CrossRef]
- Lv, Z. Generative Artificial Intelligence in the Metaverse Era. Cogn. Robot. 2023, 3, 208–217. [Google Scholar] [CrossRef]
- Marjani, M.; Nasaruddin, F.; Gani, A.; Karim, A.; Hashem, I.A.T.; Siddiqa, A.; Yaqoob, I. Big IoT data analytics: Architecture, opportunities, and open research challenges. IEEE Access 2017, 5, 5247–5261. [Google Scholar]
- Koloydenko, A.; Kuljus, K.; Lember, J. MAP Segmentation in Bayesian Hidden Markov Models: A Case Study. arXiv 2020, arXiv:2004.08336. [Google Scholar] [CrossRef] [PubMed]
- Goodfellow, I.; Pouget-Abadie, J.; Mirza, M.; Xu, B.; Warde-Farley, D.; Ozair, S.; Courville, A.; Bengio, Y. Generative Adversarial Networks. arXiv 2014, arXiv:1406.2661. [Google Scholar] [CrossRef]
- Hwang, J.; Choe, J.Y.; Kim, H.M.; Kim, J.J. Human baristas and robot baristas: How does brand experience affect brand satisfaction, brand attitude, brand attachment, and brand loyalty? Int. J. Hosp. Manag. 2021, 99, 103050. [Google Scholar] [CrossRef]
- LeCun, Y.; Bengio, Y.; Hinton, G. Deep learning. Nature 2015, 521, 436–444. [Google Scholar] [CrossRef] [PubMed]
- Salimans, T.; Goodfellow, I.; Zaremba, W.; Cheung, V.; Radford, A.; Chen, X. Improved techniques for training GANs. In Advances in Neural Information Processing Systems; MIT Press: Cambridge, MA, USA, 2016. [Google Scholar]
- Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Polosukhin, I. Attention is all you need. In Advances in Neural Information Processing Systems; MIT Press: Cambridge, MA, USA, 2017. [Google Scholar]
- Bostrom, N.; Yudkowsky, E. The ethics of artificial intelligence. In The Cambridge Handbook of Artificial Intelligence; Cambridge University Press: Cambridge, UK, 2014; pp. 316–334. [Google Scholar]
- Kingma, D.P.; Welling, M. Auto-Encoding Variational Bayes. arXiv 2013, arXiv:1312.6114. [Google Scholar]
- Zhu, J.Y.; Park, T.; Isola, P.; Efros, A.A. Unpaired image-to-image translation using cycle-consistent adversarial networks. Int. J. Comput. Vis. 2020, 128, 2223–2232. [Google Scholar]
- Kim, J.; Kim, J.H.; Kim, C.; Park, J. Decisions with ChatGPT: Reexamining choice overload in ChatGPT recommendations. J. Retail. Consum. Serv. 2023, 75, 103494. [Google Scholar] [CrossRef]
- Ferràs, X. Smart Tourism Empowered by Artificial Intelligence: The Case of Lanzarote. J. Cases Inf. Technol. 2020, 22, 1–13. [Google Scholar] [CrossRef]
- Kim, H.; So, K.K.F.; Shin, S.; Li, J. Artificial Intelligence in Hospitality and Tourism: Insights From Industry Practices, Research Literature, and Expert Opinions. J. Hosp. Tour. Res. 2024. [Google Scholar] [CrossRef]
- Noelyn, M.D.J.; Benjie, R.S. AI in Tourism: Leveraging Machine Learning in Predicting Tourist Arrivals in the Philippines using Artificial Neural Network. Int. J. Adv. Comput. Sci. Appl. 2023, 14, 1–9. [Google Scholar] [CrossRef]
- Bhattacherjee, A. Understanding information systems continuance: An expectationconfirmation model. MIS Q. 2001, 25, 351–370. [Google Scholar] [CrossRef]
- Ashfaq, M.; Yun, J.; Yu, S.; Loureiro, S.M.C. I, Chatbot: Modeling the determinants of users’ satisfaction and continuance intention of AI-powered service agents. Telemat. Inform. 2020, 54, 101473. [Google Scholar] [CrossRef]
- Del Chiappa, G.; Baggio, R. Knowledge transfer in smart tourism destinations: Analyzing the effects of a network structure. J. Destin. Mark. Manag. 2015, 4, 145–150. [Google Scholar] [CrossRef]
- Hsu, C.-L.; Lin, J.C.-C. Understanding the user satisfaction and loyalty of customer service chatbots. J. Retail. Consum. Serv. 2023, 71, 103211. [Google Scholar] [CrossRef]
- Miao, L.; Yang, F.X. Text-to-image AI tools and tourism experiences. Ann. Tour. Res. 2023, 102, 103642. [Google Scholar] [CrossRef]
- Höpken, W.; Eberle, T.; Fuchs, M.; Lexhagen, M. Improving tourist arrival prediction: A big data and artificial neural network approach. J. Travel Res. 2020, 59, 1–20. [Google Scholar] [CrossRef]
- Németh, R.; Koltai, J. Natural language processing: The integration of a new methodological paradigm into sociology. Intersect. EEJSP 2023, 9, 5–22. [Google Scholar] [CrossRef]
- Hirschberg, J.; Manning, C.D. Advances in natural language processing. Science 2015, 349, 261–266. [Google Scholar] [CrossRef]
- Egger, R.; Gokce, E. Natural Language Processing (NLP): An Introduction: Making Sense of Textual Data. In Applied Data Science in Tourism; Springer: Berlin/Heidelberg, Germany, 2022; pp. 307–334. [Google Scholar] [CrossRef]
- Lin, H. Natural language processing in tourism big data. In Proceedings of the EMIS 2023, Chengdu, China, 24–26 February 2023; EAI: Vienna, VA, USA, 2023. [Google Scholar] [CrossRef]
- Sarkar, D. Text Analytics with Python: A Practical Real-World Approach to Gaining Actionable Insights from Your Data; Apress: Bangalore, Karnataka, India, 2016; ISBN 978-1-4842-2387-1 (pbk), ISBN 978-1-4842-2388-8 (electronic). [Google Scholar] [CrossRef]
- No, E.; Kim, J.K. Comparing the attributes of online tourism information sources. Comput. Hum. Behav. 2015, 50, 564–575. [Google Scholar] [CrossRef]
- Kao, A.; Poteet, S.R. Natural Language Processing and Text Mining; Springer: Berlin/Heidelberg, Germany, 2007. [Google Scholar]
- Ignatow, G.; Mihalcea, R. Text Mining: A Guidebook for the Social Sciences; SAGE: Newcastle upon Tyne, UK, 2017. [Google Scholar]
- Joublin, F.; Ceravola, A.; Deigmöller, J.; Gienger, M.; Franzius, M.; Eggert, J. A Glimpse in ChatGPT Capabilities and its Impact for AI Research. arXiv 2023, arXiv:2305.06087. [Google Scholar] [CrossRef]
- Wessely, M.; Sethapakdi, T.; Castillo, C.; Snowden, J.C.; Hanton, O.; Qamar, I.P.S.; Fraser, M.; Roudaut, A.; Mueller, S. Sprayable user interfaces: Prototyping large-scale interactive surfaces with sensors and displays. In Proceedings of the 2020 CHI Conference on Human Factors in Computing Systems, Honolulu, HI, USA, 25–30 April 2020; Association for Computing Machinery: New York, NY, USA, 2020; pp. 1–12. [Google Scholar] [CrossRef]
- Vinodhini, G.; Chandrasekaran, R.M. Sentiment analysis and opinion mining: A survey. Int. J. Adv. Res. Comput. Sci. Softw. Eng. 2012, 2, 282–292. [Google Scholar]
- Lu, J.; Zhang, G.; Zhang, D. Recommendations in tourism decision making. Tour. Manag. 2015, 36, 282–293. [Google Scholar] [CrossRef]
- Gretzel, U.; Mitsche, N.; Hwang, Y.-H.; Fesenmaier, D.R. Tell Me Who You Are and I Will Tell You Where to Go: Use of Travel Personalities in Destination Recommendation Systems. Inf. Technol. Tour. 2006, 8, 3–12. [Google Scholar] [CrossRef]
- Ye, Z.; Huang, X. Adoption of a Deep Learning-Based Neural Network Model in the Psychological Behavior Analysis of Resident Tourism Consumption. Front. Public Health 2022, 10, 995828. [Google Scholar] [CrossRef]
- Пoлoмац, В. Machine Learning in Tourism. Int. J. Sci. Technol. Eng. 2022, 10, 1382–1384. [Google Scholar] [CrossRef]
- Gubbi, J.; Buyya, R.; Marusic, S.; Palaniswami, M. Internet of Things (IoT): A vision, architectural elements, and future directions. Future Gener. Comput. Syst. 2013, 29, 1645–1660. [Google Scholar] [CrossRef]
- Palattella, M.R.; Dohler, M.; Grieco, L.A.; Rizzo, G.; Torsner, J.; Engel, T.; Ladid, L. Internet of Things in the 5G era: Enablers, architecture, and business models. IEEE J. Sel. Areas Commun. 2016, 34, 510–527. [Google Scholar] [CrossRef]
- Shi, W.; Cao, J.; Zhang, Q.; Li, Y.; Xu, L. Edge computing: Vision and challenges. IEEE Internet Things J. 2016, 3, 637–646. [Google Scholar] [CrossRef]
- Mishra, R.K. IoT Based Smart Greenhouse and Smart Farming. Int. J. Sci. Technol. Eng. 2023, 11, 5838–5844. [Google Scholar] [CrossRef]
- Chakraborty, K.; Mukhopadhyay, S. IoT-based smart agriculture: A review. J. Parallel Distrib. Comput. 2019, 123, 193–205. [Google Scholar]
- Nieves-Pavón, S.; López-Mosquera, N.; Jiménez-Naranjo, H. The role emotions play in loyalty and WOM intention in a Smart Tourism Destination Management. Cities 2024, 145, 104681. [Google Scholar] [CrossRef]
- Lee, P.; Hunter, W.C.; Chung, N. Smart Tourism City: Developments and Transformations. Sustainability 2020, 12, 3958. [Google Scholar] [CrossRef]
- Ivanov, S.; Webster, C.; Garenko, A. Young Russian Adults’ Attitudes towards the Potential Use of Robots in Hotels. Technol. Soc. 2019, 56, 134–140. [Google Scholar] [CrossRef]
- Erbay, M.A. The Advancing Roles of Internet of Things (IoT) in Europe’s Tourism Industry: Public Relations Strategies Post Covid-19 Pandemic. J. Spektrum Komun. 2023, 11, 265–271. [Google Scholar] [CrossRef]
- Truong, T.P.; Truong, P.V.; Tran, V.Q. IoT-Based Hybrid Wireless Network for Tourist Boat Tracking towards Smart Cities. EAI Endorsed Trans. Smart Cities 2023, 7, e2. [Google Scholar] [CrossRef]
- Gelter, J.; Fuchs, M.; Lexhagen, M. Making sense of smart tourism destinations: A qualitative text analysis from Sweden. J. Destin. Mark. Manag. 2022, 23, 100690. [Google Scholar] [CrossRef]
- Mariani, M.; Baggio, R.; Fuchs, M.; Höepken, W. Predictive analytics in tourism. J. Travel Res. 2019, 58, 903–917. [Google Scholar]
- Melián-González, S.; Bulchand-Gidumal, J. A model that connects information technology and hotel performance. Tour. Manag. 2016, 53, 30–37. [Google Scholar] [CrossRef]
- Flores-Crespo, P.; Bermudez-Edo, M.; Garrido, J.L. Smart tourism in villages: Challenges and the alpujarra case study. Procedia Comput. Sci. 2022, 204, 663–670. [Google Scholar] [CrossRef]
- Wang, D.; Li, X.R.; Li, Y. China’s “smart tourism destination” initiative: A taste of the service-dominant logic. J. Destin. Mark. Manag. 2013, 2, 59–61. [Google Scholar] [CrossRef]
- Fang-ming, B.; Haotian, L. Machine learning-based cloud IoT platform for intelligent tourism information services. Eurasip J. Wirel. Commun. Netw. 2022, 2022, 1–15. [Google Scholar] [CrossRef]
- Zhang, H.; Gordon, S.; Buhalis, D.; Ding, X. Experience economy and destination marketing: Gen AIfor tourism branding. Tour. Manag. 2020, 81, 104140. [Google Scholar] [CrossRef]
- Lei, T.; Wei, Y.; Manta, O. Artificial Intelligence Influences Intelligent Automation in Tourism: A Mediating Role of Internet of Things and Environmental, Social, and Governance Investment. Front. Environ. Sci. 2022, 10, 853302. [Google Scholar] [CrossRef]
- Verma, A.; Shukla, V.K.; Sharma, R. Convergence of IoT in Tourism Industry: A Pragmatic Analysis. J. Phys. Conf. Ser. 2021, 1714, 012037. [Google Scholar] [CrossRef]
- Tairan, K.; Huang, R. Roboethics of tourism and hospitality industry: A systematic review. PLoS ONE 2023, 18, e0287439. [Google Scholar] [CrossRef]
- Huang, Y.; Gartner, W.C. Virtual reality and applications in tourism. Tour. Manag. 2020, 78, 104041. [Google Scholar]
- Chen, G. Tourism Management Strategies under the Intelligent Tourism IoT Service Platform. Comput. Intell. Neurosci. 2022, 2022, 7750098. [Google Scholar] [CrossRef]
- Tussyadiah, I.P.; Miller, G. Perceived impacts of artificial intelligence and responses to positive behavior change intervention. J. Travel Res. 2019, 58, 1164–1179. [Google Scholar]
- Santiago, P.P.; Ortega, A.L.E.; Castro, K.P. Turismo disruptivo: Rutas turísticas inteligentes. Rev. Publicando 2020, 7, 160–169. [Google Scholar] [CrossRef]
- Verma, A.; Shukla, V.K. Analyzing the Influence of IoT in Tourism Industry. Soc. Sci. Res. Netw. 2019. [Google Scholar] [CrossRef]
- Huang, Y.C.; Backman, S.J.; Backman, K.F.; Moore, D. Exploring user acceptance of 3D virtual worlds in travel and tourism marketing. Tour. Manag. 2021, 36, 490–501. [Google Scholar] [CrossRef]
- Zhang, G.; Yang, K.; Shi, N.; Zhou, W.; Li, Y.; Sim, M.Y.; Chen, X.; Zhu, Q.; Nik, A.K.; Liu, Q.; et al. Interactive Natural Language Processing. arXiv 2023, arXiv:2305.13246. [Google Scholar] [CrossRef]
- Mo, Z.; Liu, M.T.; Ma, Y. How AI awareness can prompt service performance adaptivity and technologically-environmental mastery. Tour. Manag. 2024, 105, 104971. [Google Scholar] [CrossRef]
- Tussyadiah, I.P.; Kausar, D.R.; Soesilo, P.K.M. The effect of engagement in online social network on susceptibility to influence. J. Hosp. Tour. Technol. 2019, 10, 649–665. [Google Scholar] [CrossRef]
- Moliner-Tena, M.A.; Callarisa-Fiol, L.J.; Sánchez-García, J.; Rodríguez-Artola, R.M. Co-creation 5.0: The frontline employee–robot team and firms’ outcomes. The Tin Woodman paradox. J. Innov. Knowl. 2024, 9, 100534. [Google Scholar] [CrossRef]
- Leiker, D.; Cukurova, M. Gen AI for learning: Investigating the potential of synthetic learning videos. arXiv 2023, arXiv:2304.03784. [Google Scholar] [CrossRef]
- Hindle, D. IoT Enabled Smart Tourism (IoTeST): Tourism Service Dimensions; Springer: Berlin/Heidelberg, Germany, 2022. [Google Scholar] [CrossRef]
- Sankhe, P.; Mathur, S.; Rehman, T.B.; Dixit, M. Review of an agile software development methodology with SCRUM & extreme programming. In Proceedings of the 2022 IEEE International Conference on Current Development in Engineering and Technology (CCET), Bhopal, India, 5–6 November 2022; IEEE: New York, NY, USA, 2022; pp. 1–6. [Google Scholar] [CrossRef]
- Singh, K. Agile Methodology for Product Development: A Conceptual Study. Int. J. Recent Technol. Eng. 2021, 10, 209–215. [Google Scholar] [CrossRef]
- Guerrero-Ulloa, G.; Rodríguez-Domínguez, C.; Hornos, M.J. Agile Methodologies Applied to the Development of Internet of Things (IoT)-Based Systems: A Review. Sensors 2023, 23, 790. [Google Scholar] [CrossRef]
- Shaikh, S.; Abro, S. Comparison of Traditional & Agile Software Development Methodology: A Short Survey. Mathematics 2019, 5, 1–14. [Google Scholar] [CrossRef]
- Tiwari, D.; Nagpal, B.; Bhati, B.S.; Gupta, M.; Suanpang, P.; Butdisuwan, S.; Nanthaamornphong, A. SPSO-EFVM: A particle swarm optimization-based ensemble fusion voting model for sentence-level sentiment analysis. IEEE Access 2024, 12, 23707–23724. [Google Scholar] [CrossRef]
- Cochran, W.G. Sampling Techniques, 3rd ed.; John Wiley & Sons: New York, NY, USA, 1997. [Google Scholar]
- Johnson, L. Real-time information systems in tourism: A three-tier approach. Int. J. Smart Tour. 2023, 12, 112–127. [Google Scholar]
- Park, S.Y.; Gretzel, U. Influence of consumers’ online decision-making style on comparison shopping proneness and perceived usefulness of comparison shopping tools. J. Electron. Commer. Res. 2010, 11, 342–354. [Google Scholar]
- Smith, J.; Jones, R. Integrating AI and IoT for smarter tourism. J. Tour. Technol. 2023, 15, 234–245. [Google Scholar]
- Doe, J.; Roe, A. Enhancing tourist experiences with RFID and wearable technology. Tour. Manag. Rev. 2022, 18, 321–334. [Google Scholar]
- Adams, B. Future trends in smart tourism technologies. Technol. Tour. 2024, 22, 89–103. [Google Scholar]
- Laurentius, K.H.; Ahmad, I.; Rokhul, F. Development of IoT-Based Temperature and Relative Humidity Monitoring System for Mushroom Cultivation House. J. Ecotipe 2023, 10, 95–102. [Google Scholar] [CrossRef]
- Green, L.; Lee, K. Inclusive design and technology in tourism. Int. J. Tour. Stud. 2023, 19, 110–125. [Google Scholar]
- Taylor, M. Cross-industry applications of AI and IoT for sustainability. J. Technol. Soc. 2023, 10, 210–225. [Google Scholar]
- Hao, Z.; Wang, Y.; Yang, X. Every Second Counts: A Comprehensive Review of Route Optimization and Priority Control for Urban Emergency Vehicles. Sustainability 2024, 16, 2917. [Google Scholar] [CrossRef]
- Brown, J.; Smith, K.; Wilson, P. Enhancing Tourism Accessibility through Advanced Technologies. Tour. Manag. Rev. 2022, 34, 101–115. [Google Scholar]
- Davis, R. The Role of AI and NLP in Modernizing Tourism Services. J. Tour. Innov. 2023, 29, 303–318. [Google Scholar]
- Sigala, M. New technologies in tourism: From multi-disciplinary to anti-disciplinary advances and trajectories. Tour. Manag. Perspect. 2018, 25, 151–155. [Google Scholar] [CrossRef]
- Almobaideen, W.; Krayshan, R.; Allan, M.; Saadeh, M. Internet of Things: Geographical Routing based on healthcare centers vicinity for mobile smart tourism destination. Technol. Forecast. Soc. Change 2017, 123, 342–350. [Google Scholar] [CrossRef]
- Neuhofer, B.; Buhalis, D.; Ladkin, A. Smart technologies for personalized experiences: A case study in the hospitality domain. Electron. Mark. 2015, 25, 243–254. [Google Scholar] [CrossRef]
- Cavalheiro, M.B.; Joia, L.A.; Cavalheiro, G.M.C. Towards a Smart Tourism Destination Development Model: Promoting Environmental, Economic, Socio-cultural and Political Values. J. Destin. Mark. Manag. 2019, 11, 237–259. [Google Scholar] [CrossRef]
- Paganopoulos, M. Smart tourism for the visually impaired: A case study on the role of digital technology in accessible heritage tourism. Inf. Commun. Technol. Tour. 2019, 347–359. [Google Scholar]
- Meng, L. The convolutional neural network text classification algorithm in the information management of smart tourism based on Internet of Things. IEEE Access 2024, 12, 3570–3580. [Google Scholar] [CrossRef]
- Kapoor, S.; Signori, P. Sustainable brand communications about value-related scandals. In Proceedings of the International Marketing Trends Conference, Paris, France, 19–21 January 2023; ISBN 978-2-490372-16-4. [Google Scholar]
- Huda, C.; Etikasari, B.; Pramuditha, S.D.; Dewi, P. A Smart Greenhouse Production System Utilizes an IoT Technology. J. Inform. Juita 2023, 11, 117–124. [Google Scholar] [CrossRef]
- Johnson, K.A.; Turner, L.M. The impact of educational background on technology adoption and user satisfaction. J. Technol. Educ. 2019, 25, 245–262. [Google Scholar]
- Smith, J. Educational diversity and user satisfaction with information systems. Int. J. Inf. Syst. 2020, 34, 112–128. [Google Scholar]
Indicator | Mean | Standard Deviation |
---|---|---|
Ease of use | 4.00 | 0.85 |
Ease of access | 4.00 | 0.77 |
System stability | 4.00 | 0.65 |
Network stability | 4.00 | 0.87 |
Runtime errors | 3.50 | 0.55 |
System accuracy | 4.50 | 0.89 |
System completeness | 4.00 | 0.98 |
Overall rating | 4.00 | 0.76 |
Latent Variables | Tourists’ Planning Prior to and During Trip | Experience | Satisfaction | ||||||
---|---|---|---|---|---|---|---|---|---|
TE | DE | IE | TE | DE | IE | TE | DE | IE | |
USAGE | 0.249 *** | 0.249 *** | _ | 0.226 *** | 0 | 0.226 *** | _ | _ | _ |
INTEREST | 0.221 *** | 0.221 *** | _ | 0.201 *** | 0 | 0.201 *** | _ | _ | _ |
ATTENTION | 0.079 ** | 0.079 ** | _ | 0.072 ** | 0 | 0.072 ** | _ | _ | _ |
EMOTION | 0.609 *** | 0.609 *** | _ | 0.554 *** | 0 | 0.554 *** | 0.144 ** | 0.144 ** | - |
Tourists’ planning prior to and during trip | _ | _ | _ | 0.909 *** | 0.909 *** | _ | 0.623 *** | _ | 0.623 *** |
Experience | _ | _ | _ | _ | _ | _ | 0.685 *** | 0.685 *** | _ |
INT1 | _ | _ | _ | _ | _ | _ | 0.421 *** | 0.421 *** | _ |
INT2 | _ | _ | _ | _ | _ | _ | 0.296 ** | 0.296 ** | _ |
Latent Variables | Observed Variables | Standardized Regression Weights () | se | t | |
---|---|---|---|---|---|
ATTENTION | Att1 | 0.8010 | - | - | 0.6380 |
Att2 | 0.8490 | 0.0570 | 19.0110 *** | 0.7210 | |
Att3 | 0.8740 | 0.0550 | 19.5270 *** | 0.7570 | |
Att4 | 0.7890 | 0.0610 | 17.4730 *** | 0.6290 | |
INTEREST | In1 | 0.7950 | - | - | 0.6470 |
In2 | 0.7900 | 0.0610 | 18.3020 *** | 0.6350 | |
In3 | 0.8630 | 0.0500 | 18.7990 *** | 0.7070 | |
In4 | 0.8250 | 0.0500 | 17.8080 *** | 0.6750 | |
USAGE | Usa1 | 0.7370 | - | - | 0.5530 |
Usa2 | 0.7100 | 0.0680 | 14.6900 *** | 0.5160 | |
Usa3 | 0.8340 | 0.0750 | 17.3510 *** | 0.6880 | |
Usa4 | 0.8820 | 0.0680 | 18.4960 *** | 0.7870 | |
Usa5 | 0.8020 | 0.0720 | 16.4810 *** | 0.6370 | |
Usa6 | 0.8410 | 0.0720 | 17.1960 *** | 0.6990 | |
EMOTION | Emo1 | 0.6580 | - | - | 0.4510 |
Emo2 | 0.6940 | 0.1070 | 12.3570 *** | 0.4850 | |
Emo3 | 0.8720 | 0.0910 | 14.4420 *** | 0.7320 | |
Emo4 | 0.7880 | 0.0880 | 13.8900 *** | 0.6470 | |
Tourists’ planning prior to and during trip | TPD1 | 0.9280 | - | - | 0.7990 |
TPD2 | 0.9480 | 0.0360 | 28.6560 *** | 0.8430 | |
TPD3 | 0.8590 | 0.0460 | 22.0040 *** | 0.6530 | |
Experience | Exp1 | 0.8860 | - | - | 0.7120 |
Exp2 | 0.9220 | 0.0460 | 23.7150 *** | 0.8020 | |
Exp3 | 0.7750 | 0.0550 | 16.6470 *** | 0.5090 | |
Satisfaction | Sat1 | 0.9010 | - | - | 0.8330 |
Sat2 | 0.8860 | 0.0320 | 29.3300 *** | 0.8060 | |
Sat3 | 0.8180 | 0.0450 | 24.7170 *** | 0.7000 | |
Experience tourists’ planning prior to and during trip | INT1 | 0.421 | 0.003 | 18.431 *** | 0.1030 |
EMOTION tourists’ planning prior to and during trip | INT2 | 0.296 | 0.003 | 3.427 ** | 0.0780 |
Moderator | BootMean (HIGH TPD) | BootSE (LOW TPD) | BootLLCI | BootULCI |
---|---|---|---|---|
Constant | −0.057 | 0.5164 | −1.1141 | 0.8632 |
Experience | 0.474 | 0.109 | 0.2673 | 0.6938 |
Moderator | BootMean (High TPD) | BootSE (Low TPD) | BootLLCI | BootULCI |
---|---|---|---|---|
Constant | −0.127 | 0.4414 | −1.0197 | 0.7437 |
EMOTION | 0.2707 | 0.0756 | −0.062 | 0.6101 |
Fit Index | Criterion | Value | Evaluation |
---|---|---|---|
χ2/df | Less than 2.00 | 1.154 | Pass |
p-value | Greater than 0.05 | 0.071 | Pass |
GFI (Goodness-of-Fit Index) | Greater than 0.95 | 0.965 | Pass |
AGFI (Adjusted Goodness-of-Fit Index) | Greater than 0.95 | 0.961 | Pass |
CFI (Comparative Fit Index) | Greater than 0.95 | 0.990 | Pass |
NFI (Normed Fit Index) | Greater than 0.95 | 0.977 | Pass |
RMR (Root Mean Square Residual) | Less than 0.05 | 0.032 | Pass |
RMSEA (Root Mean Square Error of Approximation) | Less than 0.05 | 0.040 | Pass |
Hypothesis | bb | Summary |
---|---|---|
H1 | 0.079 ** | Significant at the 0.01 level |
H2 | 0.221 *** | Significant at the 0.001 level |
H3 | 0.249 *** | Significant at the 0.001 level |
H4 | 0.609 *** | Significant at the 0.001 level |
H5 | 0.05 | Not significant |
H6 | 0.909 *** | Significant at the 0.001 level |
H7 | 0.685 *** | Significant at the 0.001 level |
H8 | 0.144 ** | Significant at the 0.01 level |
H9 | 0.296 ** | Significant at the 0.01 level |
H10 | 0.421 *** | Significant at the 0.001 level |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Suanpang, P.; Pothipassa, P. Integrating Generative AI and IoT for Sustainable Smart Tourism Destinations. Sustainability 2024, 16, 7435. https://doi.org/10.3390/su16177435
Suanpang P, Pothipassa P. Integrating Generative AI and IoT for Sustainable Smart Tourism Destinations. Sustainability. 2024; 16(17):7435. https://doi.org/10.3390/su16177435
Chicago/Turabian StyleSuanpang, Pannee, and Pattanaphong Pothipassa. 2024. "Integrating Generative AI and IoT for Sustainable Smart Tourism Destinations" Sustainability 16, no. 17: 7435. https://doi.org/10.3390/su16177435
APA StyleSuanpang, P., & Pothipassa, P. (2024). Integrating Generative AI and IoT for Sustainable Smart Tourism Destinations. Sustainability, 16(17), 7435. https://doi.org/10.3390/su16177435