ReceiveResponseExtensions.ReadBodyAsString(ReceiveResponse) 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.
Serializes the body of this ReceiveResponse as a String.
public static string ReadBodyAsString (this Microsoft.Bot.Streaming.ReceiveResponse response);
static member ReadBodyAsString : Microsoft.Bot.Streaming.ReceiveResponse -> string
<Extension()>
Public Function ReadBodyAsString (response As ReceiveResponse) As String
Parameters
- response
- ReceiveResponse
The current instance of ReceiveResponse.
Returns
On success, an String of the data from the ReceiveResponse body.