Hi Team,
I would like to receive the initial conversation start message created in Copilot Studio in C#. We use the DirectLineClient
object to get the default message, but I'm not getting the conversation start message with the code below. The client.Conversations.GetActivitiesAsync(conversationId, watermark)
call always returns null.
client.Conversations.GetActivitiesAsync .