Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Use
intents de continuidade
para definir contextos automaticamente para pares de intents.
Uma intent de continuidade é um filho da respectiva intent pai associada.
Quando você cria uma intent de continuidade, um contexto de saída é automaticamente adicionado à intent pai e um contexto de entrada com o mesmo nome é adicionado à intent de continuidade.
Uma intent de continuidade só é correspondida quando a intent pai é correspondida na fala anterior.
Também é possível criar vários níveis de intents de continuidade aninhadas.
O Dialogflow oferece muitas intents de continuidade predefinidas para respostas comuns dos usuários finais, como "sim", "não" ou "cancelar".
Crie suas próprias intents de continuidade para lidar com respostas personalizadas.
Por exemplo, um agente cabeleireiro pode ter as intents aninhadas a seguir.
Nome do intent
Frase de treinamento
Contexto de entrada
Contexto de saída
Resposta de intent
Horário
Olá
appointment-followup
Gostaria de marcar um horário?
⤷ Horário - sim
Sim
appointment-followup
appointment-yes-followup
Você quer cortar o cabelo?
⤷ Cortar o cabelo - sim
Sim
appointment-yes-followup
Seu horário está marcado.
⤷ Cortar o cabelo - não
Não
appointment-yes-followup
Até mais.
⤷ Horário - não
Não
appointment-followup
Até mais.
Onde encontrar esses dados
Ao criar um agente,
o mais comum é usar o
console do Dialogflow ES. Acesse a documentação e abra o console (em inglês).
As instruções abaixo referem-se ao uso do Console.
Para acessar os dados do intent:
Selecione Intents no menu da barra lateral à esquerda.
Se você estiver usando a API em vez do Console para criar um agente, consulte a referência de intents.
Os nomes de campo da API são semelhantes aos nomes de campo do Console.
Criar uma intent de continuidade
Para criar uma intent de continuidade, siga estas etapas:
Na lista de intents, passe o ponteiro do mouse sobre a intent pai desejada.
Clique em Adicionar intent de continuidade.
Selecione uma das intents de continuidade predefinidas ou escolha personalizada.
As intents de continuidade predefinidas já incluem frases de treinamento para respostas esperadas do usuário final.
[[["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-08-18 UTC."],[[["\u003cp\u003eFollow-up intents are used to automatically set contexts for pairs of intents, acting as child intents to their associated parent intent.\u003c/p\u003e\n"],["\u003cp\u003eWhen a follow-up intent is created, an output context is added to the parent intent, and an input context of the same name is added to the follow-up intent.\u003c/p\u003e\n"],["\u003cp\u003eDialogflow offers predefined follow-up intents for common replies, but you can also create custom follow-up intents.\u003c/p\u003e\n"],["\u003cp\u003eFollow-up intents are only triggered when the parent intent is matched in the previous turn of the conversation.\u003c/p\u003e\n"],["\u003cp\u003eFollow up intents can be created within the Dialogflow ES console by selecting the parent intent and choosing to add a follow-up.\u003c/p\u003e\n"]]],[],null,["# Follow-up intents\n\nYou can use\n\n*follow-up intents*\n\nto automatically set contexts for pairs of intents.\nA follow-up intent is a child of its associated *parent intent.*\nWhen you create a follow-up intent,\nan output context is automatically added to the parent intent\nand an input context of the same name is added to the follow-up intent.\nA follow-up intent is only matched\nwhen the parent intent is matched in the previous conversational turn.\nYou can also create multiple levels of nested follow-up intents.\n\n\nDialogflow provides many\n[predefined follow-up intents](/dialogflow/docs/reference/follow-up-intent-expressions)\nfor common end-user replies like \"yes\", \"no\", or \"cancel\".\nYou can also create your own follow-up intents to handle custom replies.\n\n\nFor example, a hair stylist agent might have the following nested intents.\n\nWhere to find this data\n-----------------------\n\nWhen building an agent,\nit is most common to use the\nDialogflow ES console ([visit documentation](/dialogflow/docs/console), [open console](https://dialogflow.cloud.google.com)).\nThe instructions below focus on using the console.\nTo access intent data:\n\n1. Go to the [Dialogflow ES console](https://dialogflow.cloud.google.com).\n2. Select an agent.\n3. Select **Intents** in the left sidebar menu.\n\nIf you are building an agent using the API instead of the console, see the\n[Intents reference](/dialogflow/docs/reference/common-types#intents).\nThe API field names are similar to the console field names.\n\nCreate a follow-up intent\n-------------------------\n\nTo create a follow-up intent:\n\n1. From the intent list, hover your mouse pointer over the desired parent intent.\n2. Click **Add follow-up intent**.\n3. Select one of the predefined follow-up intents, or choose **custom**. The predefined follow-up intents already include training phrases for expected end-user replies."]]