public sealed class SessionOutput.Types.DiagnosticInfo : IMessage<SessionOutput.Types.DiagnosticInfo>, IEquatable<SessionOutput.Types.DiagnosticInfo>, IDeepCloneable<SessionOutput.Types.DiagnosticInfo>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class SessionOutput.Types.DiagnosticInfo.
Contains execution details during the processing.
Implements
IMessageSessionOutputTypesDiagnosticInfo, IEquatableSessionOutputTypesDiagnosticInfo, IDeepCloneableSessionOutputTypesDiagnosticInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
DiagnosticInfo()
public DiagnosticInfo()DiagnosticInfo(DiagnosticInfo)
public DiagnosticInfo(SessionOutput.Types.DiagnosticInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
SessionOutputTypesDiagnosticInfo |
Properties
Messages
public RepeatedField<Message> Messages { get; }List of the messages that happened during the processing.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldMessage |
|
RootSpan
public Span RootSpan { get; set; }A trace of the entire request processing, represented as a root span. This span can contain nested child spans for specific operations.
| Property Value | |
|---|---|
| Type | Description |
Span |
|