Beberapa produk dan fitur sedang dalam proses penggantian nama. Fitur playbook dan alur generatif juga dimigrasikan ke satu konsol gabungan. Lihat detailnya.
Saat Anda melakukan panggilan ke API, permintaan Anda akan menentukan project agen.
Project ini disebut sebagai project resource.
Misalnya,
dalam permintaan curl REST berikut,
project yang terkait dengan AGENT_ID adalah project resource,
dan project yang terkait dengan akun layanan yang digunakan untuk membuat TOKEN
adalah project konsumen:
curl -X GET
-H "Authorization: Bearer TOKEN"
"https://REGION_ID-dialogflow.googleapis.com/v3/projects/PROJECT_ID/locations/REGION_ID/agents/AGENT_ID"
Satu project dapat memainkan peran project konsumen dan resource.
Data, tagihan, dan kuota agen hanya dikaitkan dengan project ini.
Jika project konsumen dan resource adalah dua project yang berbeda, tagihan, batasan kuota, informasi agen, dan persyaratan untuk mengaktifkan API berlaku untuk salah satu atau kedua project, seperti yang dijelaskan dalam tabel berikut.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-04-03 UTC."],[[["Multiple Google Cloud projects can be used with Dialogflow, potentially separating authentication, quotas, and billing from agent data."],["The *consumer project* is the project owning the service account used for API calls, whereas the *resource project* is the project containing the agent's data."],["A single project can serve as both the consumer and resource project, in which case all data, charges, and quotas are associated with that one project."],["The consumer project is charged and subject to quotas, while the resource project stores the agent data."],["The Dialogflow API must be enabled for both the consumer project and resource project when they are different."]]],[]]