OperationSelectionPredicateContext Struct
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.
Represents the context for an operation selection predicate.
public readonly struct OperationSelectionPredicateContext : IEquatable<Microsoft.SemanticKernel.Plugins.OpenApi.OperationSelectionPredicateContext>
type OperationSelectionPredicateContext = struct
Public Structure OperationSelectionPredicateContext
Implements IEquatable(Of OperationSelectionPredicateContext)
- Inheritance
-
OperationSelectionPredicateContext
- Implements
Properties
| Description |
The description of the operation. |
| Id |
The identifier for the operation. |
| Method |
The HTTP method (GET, POST, etc.) of the operation. |
| Path |
The path of the operation. |
Methods
| Equals(Object) | Indicates whether this instance and a specified object are equal. |
| Equals(OperationSelectionPredicateContext) | Indicates whether the current object is equal to another object of the same type. |
| GetHashCode() | Returns the hash code for this instance. |
Operators
| Equality(OperationSelectionPredicateContext, OperationSelectionPredicateContext) | |
| Inequality(OperationSelectionPredicateContext, OperationSelectionPredicateContext) |