ResumptionCookie 类

定义

注意

Use ConversationReference.

可用于恢复与用户对话的恢复 Cookie。

[System.Obsolete("Use ConversationReference.")]
[System.Serializable]
public sealed class ResumptionCookie : IEquatable<Microsoft.Bot.Builder.Dialogs.ResumptionCookie>
[<System.Obsolete("Use ConversationReference.")>]
[<System.Serializable>]
type ResumptionCookie = class
    interface IEquatable<ResumptionCookie>
Public NotInheritable Class ResumptionCookie
Implements IEquatable(Of ResumptionCookie)
继承
ResumptionCookie
属性
实现

构造函数

ResumptionCookie(Address, String, Boolean, String)
已过时.

创建恢复 Cookie 的实例。

ResumptionCookie(IMessageActivity)
已过时.

创建恢复 Cookie 的实例, IMessageActivity

属性

Address
已过时.

最小且完全地标识机器人在通道上与用户的聊天的密钥。

IsGroup
已过时.

聊天的 IsGroup 标志。

IsTrustedServiceUrl
已过时.

如果 受信任,则 ServiceUrl 为 True;否则为 False。

Locale
已过时.

消息的区域设置。

UserName
已过时.

用户名。

方法

Equals(Object)
已过时.

可用于恢复与用户对话的恢复 Cookie。

Equals(ResumptionCookie)
已过时.

可用于恢复与用户对话的恢复 Cookie。

GetHashCode()
已过时.

可用于恢复与用户对话的恢复 Cookie。

GetMessage()
已过时.

从恢复 Cookie 创建消息。

GZipDeserialize(String)
已过时.

使用 GZipSerialize(ResumptionCookie)反序列化序列化ResumptionCookie的 GZip。

扩展方法

ToConversationReference(ResumptionCookie)
已过时.

ConversationReferenceResumptionCookie创建 。

GZipSerialize(ResumptionCookie)
已过时.

使用 GZipStream进行ResumptionCookie二进制序列化。

适用于