RestApiOperationResponse Class
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.
The REST API operation response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.SemanticKernel.RestApiOperationResponseConverter))]
public sealed class RestApiOperationResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SemanticKernel.RestApiOperationResponseConverter))>]
type RestApiOperationResponse = class
Public NotInheritable Class RestApiOperationResponse
- Inheritance
-
RestApiOperationResponse
- Attributes
Rest |
Initializes a new instance of the RestApiOperationResponse class. |
Content |
Gets the content of the response. |
Content |
Gets the content type of the response. |
Expected |
The expected schema of the response as advertised in the OpenAPI operation. |
Request |
Gets the method used for the HTTP request. |
Request |
Gets the payload sent in the request. |
Request |
Gets the System.Uri used for the HTTP request. |
To |
Returns a string that represents the current object. |
Is |
Validates the response content against the schema. |
Προϊόν | Εκδόσεις |
---|---|
Semantic Kernel Dotnet | Latest |