Dialogflow ES multiple sessions in GDF

I'm using Genesys Cloud Architect Flow and the Google Dialogflow ES "Call Dialogflow Bot" action. But every time I call the "Call Dialogflow Bot" it creates a new session in GDF ES. Meaning if a caller calls into my Genesys Flow and they hit the Call Dialogflow Bot action multiple times, that call history in the DialogFlow logs is fragmented between different sessions.

I know in GDF ES you can pass a Session ID as part of the input in the API call. So why doesn't the Call Dialogflow Bot action pass in the Call.ConversationId as the GDF ES Session ID? That way the conversation would be logged as a single call in GDF ES.

Or is there something I need to do on my end to do that? (did I miss something). I don't think so as the only inputs we can pass are Events, and Custom Parameters.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.