ConversationReferenceHelpers.GZipDeserialize(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deserializes the GZip serialized ConversationReference using GZipSerialize(ConversationReference).
public static Microsoft.Bot.Connector.ConversationReference GZipDeserialize (string str);
static member GZipDeserialize : string -> Microsoft.Bot.Connector.ConversationReference
Public Shared Function GZipDeserialize (str As String) As ConversationReference
Parameters
- str
- String
The Base64 encoded string.
Returns
An instance of ConversationReference