SessionLogEventKind 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.
Known SSE event types emitted by the hosted agent session log stream. Additional event types may be introduced in future versions.
public readonly struct SessionLogEventKind : IEquatable<Azure.AI.Projects.Agents.SessionLogEventKind>
type SessionLogEventKind = struct
Public Structure SessionLogEventKind
Implements IEquatable(Of SessionLogEventKind)
- Inheritance
-
SessionLogEventKind
- Implements
Constructors
| Name | Description |
|---|---|
| SessionLogEventKind(String) |
Initializes a new instance of SessionLogEventKind. |
Properties
| Name | Description |
|---|---|
| Log |
A log line from the agent session container. |
Methods
| Name | Description |
|---|---|
| Equals(SessionLogEventKind) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(SessionLogEventKind, SessionLogEventKind) |
Determines if two SessionLogEventKind values are the same. |
| Implicit(String to Nullable<SessionLogEventKind>) | |
| Implicit(String to SessionLogEventKind) |
Converts a string to a SessionLogEventKind. |
| Inequality(SessionLogEventKind, SessionLogEventKind) |
Determines if two SessionLogEventKind values are not the same. |