ResumptionCookie 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Use ConversationReference.
사용자와의 대화를 다시 시작하는 데 사용할 수 있는 다시 시작 쿠키입니다.
[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) |
사용되지 않음.
다시 시작 쿠키의 인스턴스를 만듭니다. |
ResumptionCookie(IMessageActivity) |
사용되지 않음.
다시 시작 쿠키 양식의 인스턴스를 만듭니다. IMessageActivity |
속성
Address |
사용되지 않음.
채널에서 사용자와 봇의 대화를 최소 및 완전히 식별하는 키입니다. |
IsGroup |
사용되지 않음.
대화의 IsGroup 플래그입니다. |
IsTrustedServiceUrl |
사용되지 않음.
가 신뢰할 수 있으면 True이고, ServiceUrl False이면 이고, 그렇지 않으면 입니다. |
Locale |
사용되지 않음.
메시지의 로캘입니다. |
UserName |
사용되지 않음.
사용자 이름입니다. |
메서드
Equals(Object) |
사용되지 않음.
사용자와의 대화를 다시 시작하는 데 사용할 수 있는 다시 시작 쿠키입니다. |
Equals(ResumptionCookie) |
사용되지 않음.
사용자와의 대화를 다시 시작하는 데 사용할 수 있는 다시 시작 쿠키입니다. |
GetHashCode() |
사용되지 않음.
사용자와의 대화를 다시 시작하는 데 사용할 수 있는 다시 시작 쿠키입니다. |
GetMessage() |
사용되지 않음.
다시 시작 쿠키에서 메시지를 만듭니다. |
GZipDeserialize(String) |
사용되지 않음.
를 사용하여 GZipSerialize(ResumptionCookie)직렬화된 ResumptionCookie GZip을 역직렬화합니다. |
확장 메서드
ToConversationReference(ResumptionCookie) |
사용되지 않음.
에서 ResumptionCookie을 ConversationReference 만듭니다. |
GZipSerialize(ResumptionCookie) |
사용되지 않음.
이진은 를 사용하여 GZipStream직렬화합니다ResumptionCookie. |