Dialogflow Integration
Retrieve stored Dialogflow Connection
Return details of the Dialogflow connection associated with the given CallControl connection.
get/dialogflow_connections/{connection_id}
Path parameters
connection_idstring required
Uniquely identifies a Telnyx application (Call Control).
Response
Return details of the Dialogflow connection associated with the given CallControl connection.
Example response
{
"data": {
"connection_id": "1234541231",
"conversation_profile_id": "a-VMHLWzTmKjiJw5S6O0-w",
"environment": "development",
"record_type": "dialogflow_connections",
"service_account": "****"
}
}