Interface IPlatformResponse
The response the SDK returns after processing the request.
Namespace: Microsoft.Bot.Builder.Enterprise.Transport
Assembly: Microsoft.Bot.Builder.Enterprise.dll
Syntax
public interface IPlatformResponse
  Properties
View SourceContent
Gets the serialized content of the response.
Declaration
JToken Content { get; }
  Property Value
| Type | Description | 
|---|---|
| Newtonsoft.Json.Linq.JToken | 
CorrelationId
Gets the correlation id of the response.
Declaration
string CorrelationId { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Type
Gets the type of the response.
Declaration
EnterpriseResponseType Type { get; }
  Property Value
| Type | Description | 
|---|---|
| EnterpriseResponseType |