次の方法で共有


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)
古い.

から ResumptionCookieを作成しますConversationReference

GZipSerialize(ResumptionCookie)
古い.

を使用してGZipStreamバイナリ シリアル化しますResumptionCookie

適用対象