Interface IPlatformRequest
The request object used by the platform.
Namespace: Microsoft.Bot.Builder.Enterprise.Transport
Assembly: Microsoft.Bot.Builder.Enterprise.dll
Syntax
public interface IPlatformRequest
Properties
View SourceContent
Gets the content of the request.
Declaration
string Content { get; }
Property Value
Type | Description |
---|---|
System.String | The content of the request. |
CorrelationId
Gets the correlation id of the request
Declaration
string CorrelationId { get; }
Property Value
Type | Description |
---|---|
System.String |
OperationType
Gets the type of the operation.
Declaration
EnterpriseOperationType OperationType { get; }
Property Value
Type | Description |
---|---|
EnterpriseOperationType | The type of the operation. |
RequestType
Gets the type of the request.
Declaration
EnterpriseRequestType RequestType { get; }
Property Value
Type | Description |
---|---|
EnterpriseRequestType | The type of the request. |
Uri
Gets the URI location for the request.
Declaration
Uri Uri { get; }
Property Value
Type | Description |
---|---|
System.Uri | The URI. |