共用方式為


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
已淘汰.

以最少且完全方式識別 Bot 與頻道使用者交談的金鑰。

IsGroup
已淘汰.

交談的 IsGroup 旗標。

IsTrustedServiceUrl
已淘汰.

如果 受信任, ServiceUrl 則為 True;否則為 False。

Locale
已淘汰.

訊息的地區設定。

UserName
已淘汰.

使用者名稱。

方法

Equals(Object)
已淘汰.

可用來繼續與使用者交談的繼續 Cookie。

Equals(ResumptionCookie)
已淘汰.

可用來繼續與使用者交談的繼續 Cookie。

GetHashCode()
已淘汰.

可用來繼續與使用者交談的繼續 Cookie。

GetMessage()
已淘汰.

從繼續 Cookie 建立訊息。

GZipDeserialize(String)
已淘汰.

使用 GZipSerialize(ResumptionCookie) 還原序列化 GZip 序列化 ResumptionCookie

擴充方法

ToConversationReference(ResumptionCookie)
已淘汰.

ConversationReferenceResumptionCookie 建立 。

GZipSerialize(ResumptionCookie)
已淘汰.

使用 GZipStream 進行二進位序列化 ResumptionCookie

適用於