Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Alguns métodos da API Dialogflow retornam uma operação de longa duração.
Esses métodos são assíncronos e a operação pode não ser concluída quando o método retornar uma resposta.
Verifique o status ou cancele operações.
Receber status de operação
Veja a seguir como pesquisar o status de uma operação.
Se você tiver muitas operações para verificar, limite as chamadas ou use o método list.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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."]]],[]]