public sealed class RunSessionResponse : IMessage<RunSessionResponse>, IEquatable<RunSessionResponse>, IDeepCloneable<RunSessionResponse>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class RunSessionResponse.
Response message for [SessionService.RunSession][google.cloud.ces.v1.SessionService.RunSession].
Implements
IMessageRunSessionResponse, IEquatableRunSessionResponse, IDeepCloneableRunSessionResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
RunSessionResponse()
public RunSessionResponse()RunSessionResponse(RunSessionResponse)
public RunSessionResponse(RunSessionResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
RunSessionResponse |
Properties
Outputs
public RepeatedField<SessionOutput> Outputs { get; }Outputs for the session.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSessionOutput |
|