在使用 DirectLine 客户端开始与机器人对话时发送自定义 http 标头值。在我无法在 Request.Headers["userName"] 中找到它的 ConversationUpdate 事件中期待它
headers.Add("userName", name);
var conversation = await directLine.Conversations.StartConversationWithHttpMessagesAsync(headers);
在使用 DirectLine 客户端开始与机器人对话时发送自定义 http 标头值。在我无法在 Request.Headers["userName"] 中找到它的 ConversationUpdate 事件中期待它
headers.Add("userName", name);
var conversation = await directLine.Conversations.StartConversationWithHttpMessagesAsync(headers);