Request(String, Nullable<ExecutionType>, String, SourceMetadata) Constructor
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.
Initializes a new instance of the Request class.
public Request(string content, Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.ExecutionType? executionType = default, string? sessionId = default, Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.SourceMetadata? sourceMetadata = default);
new Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Request : string * Nullable<Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.ExecutionType> * string * Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.SourceMetadata -> Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Request
Public Sub New (content As String, Optional executionType As Nullable(Of ExecutionType) = Nothing, Optional sessionId As String = Nothing, Optional sourceMetadata As SourceMetadata = Nothing)
Parameters
- content
- String
The payload content supplied to the agent.
- executionType
- Nullable<ExecutionType>
Optional execution type describing the request.
- sessionId
- String
Optional session identifier.
- sourceMetadata
- SourceMetadata
Optional metadata describing request origin.