Search code examples
actions-on-google

Dialogflow conv: body.session vs request.conversation.conversationId?


Am currently having to convert my agent to a conv to get past review stage of an app. I can find no details on whether conv.body.session should be used to identify a conversation or conv.request.conversation.conversationId.

Can anyone provide any information on the difference or preferences?

Thanks,


Solution

  • It should be conversationId. Check out this reference.