Show / Hide Table of Contents

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 Source

Content

Gets the serialized content of the response.

Declaration
JToken Content { get; }
Property Value
Type Description
Newtonsoft.Json.Linq.JToken
View Source

CorrelationId

Gets the correlation id of the response.

Declaration
string CorrelationId { get; }
Property Value
Type Description
System.String
View Source

Type

Gets the type of the response.

Declaration
EnterpriseResponseType Type { get; }
Property Value
Type Description
EnterpriseResponseType

Extension Methods

HttpTransportExtensions.GetHttpResponse(IPlatformResponse)
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX