AI Agents: Dialogflow
List Dialogflow agents
Lists the Dialogflow integrations represented as AI Agent resources in your SignalWire project. These resources let SignalWire route calls to conversational agents hosted in Dialogflow. Use custom AI Agents when the conversational behavior is configured directly in SignalWire.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice, Messaging, Fax, or Video.
Learn more about API scopes.
get/api/fabric/resources/dialogflow_agents
Response
The request has succeeded.
Example response
{
"data": [
{
"display_name": "Customer Service Agent",
"type": "dialogflow_agent",
"created_at": "2024-05-06T12:20:00Z",
"updated_at": "2024-05-06T12:20:00Z",
"dialogflow_agent": {
"say_enabled": true,
"say": "Welcome to the Booking Assistant",
"voice": "en-US-Wavenet-D",
"display_name": "Booking Assistant",
"dialogflow_reference_name": "my dialogflow agent"
}
}
],
"links": {
"self": "https://devspace.signalwire.com/api/fabric/resources/dialogflow_agents?page_number=0&page_size=50&type=dialogflow_agent",
"first": "https://devspace.signalwire.com/api/fabric/resources/dialogflow_agents?page_size=50&type=dialogflow_agent",
"next": "https://devspace.signalwire.com/api/fabric/resources/dialogflow_agents?page_number=1&page_size=50&page_token=PAbff61159-faab-48b3-959a-3021a8f5beca&type=dialogflow_agent",
"prev": "https://devspace.signalwire.com/api/fabric/resources/dialogflow_agents?page_number=0&page_size=50&page_token=PAbff61159-faab-48b3-959a-3021a8f5beca&type=dialogflow_agent"
}
}