Gemini Enterprise for Customer Experience v1 API - Class SessionOutput.Types.DiagnosticInfo (1.0.0-beta01)

public sealed class SessionOutput.Types.DiagnosticInfo : IMessage<SessionOutput.Types.DiagnosticInfo>, IEquatable<SessionOutput.Types.DiagnosticInfo>, IDeepCloneable<SessionOutput.Types.DiagnosticInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class SessionOutput.Types.DiagnosticInfo.

Contains execution details during the processing.

Inheritance

object > SessionOutput.Types.DiagnosticInfo

Namespace

Google.Cloud.Ces.V1

Assembly

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