Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Context
google_dialogflow:create_context
Create a new context for a session to maintain conversation state.
Write
Medium risk
Create Entity
google_dialogflow:create_entity
Create a new entity type in the Dialogflow agent with values and synonyms.
Write
Medium risk
Create Intent
google_dialogflow:create_intent
Create a new intent in the Dialogflow agent with training phrases and responses.
Write
Medium risk
Delete All Contexts
google_dialogflow:delete_all_contexts
Delete all contexts from a session to completely reset conversation state.
Write
High risk
Delete Context
google_dialogflow:delete_context
Delete a specific context from a session to clear conversation state.
Write
High risk
Delete Entity
google_dialogflow:delete_entity
Permanently delete an entity type from the Dialogflow agent. This action cannot be undone.
Write
High risk
Delete Intent
google_dialogflow:delete_intent
Permanently delete an intent from the Dialogflow agent. This action cannot be undone.
Write
High risk
Detect Intent
google_dialogflow:detect_intent
Detect intent from user text input and get response from Dialogflow agent.
Write
Medium risk
Get Entity
google_dialogflow:get_entity
Get detailed information about a specific entity type including all values and synonyms.
Read
Low risk
Get Intent
google_dialogflow:get_intent
Get detailed information about a specific intent including training phrases and responses.
Read
Low risk
List Contexts
google_dialogflow:list_contexts
List all active contexts for a specific session.
Read
Low risk
List Entities
google_dialogflow:list_entities
List all entity types in the Dialogflow agent with their values and synonyms.
Read
Low risk
List Intents
google_dialogflow:list_intents
List all intents in the Dialogflow agent with training phrases and responses.
Read
Low risk
Update Entity
google_dialogflow:update_entity
Update an existing entity type's values, synonyms, and other properties.
Write
Medium risk
Update Intent
google_dialogflow:update_intent
Update an existing intent's training phrases, responses, and other properties.
Write
Medium risk