Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Beberapa metode Dialogflow API menampilkan operasi yang berjalan lama.
Metode ini bersifat asinkron,
dan operasi mungkin tidak diselesaikan saat metode menampilkan respons.
Anda dapat memeriksa status atau membatalkan operasi.
Mendapatkan status operasi
Berikut ini cara memeriksa status operasi.
Jika memiliki banyak operasi yang harus diperiksa,
Anda harus membatasi rating panggilan atau
menggunakan metode list.
[[["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."],[[["The Dialogflow API uses long-running operations for asynchronous tasks, which may not be completed when the method returns."],["You can check the status of an operation by calling the `get` method of the `Operations` type, using the operation's ID."],["When checking many operations, it is recommended to either rate limit calls or use the `list` method."],["To interact with the API, you'll need to replace placeholders like `PROJECT_ID`, `OPERATION_ID`, and `API_VERSION` in the provided request examples."],["The `list` and `cancel` methods of the `Operations` type allow for listing and canceling operations, but `list` may contain irrelevant results."]]],[]]