アクションの機能と会話の要素はフルフィルメントで定義します。アクションが外部の API とやり取りする場合や複雑なロジックを必要とする場合、また、データベースに読み込んで保存する必要がある場合は、フルフィルメントが必要になります。Cloud Functions for Firebase では、アクションのフルフィルメントが HTTP ウェブサービスとしてホストされるため、デプロイとメンテナンスをすばやく簡単に行うことができます。
Actions on Google のフルフィルメントには任意の HTTP ウェブサービスを使用できますが、Cloud Functions for Firebase はアクションのフルフィルメントを定義する最も簡単な方法の一つです。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2023-12-01 UTC。"],[[["Firebase services like Cloud Functions, Hosting, Storage, and Firestore can enhance your Actions on Google experience."],["Cloud Functions for Firebase enables you to easily deploy, maintain, and scale your Action's logic and integrations with other services."],["Firebase Hosting simplifies the process of using rich media content (images, sound clips) within your Actions to create a more engaging user experience."],["Cloud Storage for Firebase provides a secure and accessible location to store and manage user-specific data and files generated by your Action."],["Cloud Firestore offers a cloud-based database solution to store and synchronize data for your Action, integrating seamlessly with other Firebase services."]]],["Firebase services enhance Actions' functionality. Cloud Functions for Firebase host Actions' fulfillment as an HTTP service, enabling quick deployment and integration with other Firebase services like Cloud Firestore for data storage. Firebase Hosting simplifies hosting rich media for engaging user experiences. Cloud Storage for Firebase allows storing user-specific files, ensuring cross-platform data persistence. These tools streamline Actions development and management, from deployment to data handling.\n"]]