Gemini Enterprise for Customer Experience v1 API - Class RunSessionResponse (1.0.0-beta01)

public sealed class RunSessionResponse : IMessage<RunSessionResponse>, IEquatable<RunSessionResponse>, IDeepCloneable<RunSessionResponse>, IBufferMessage, IMessage

Reference 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].

Inheritance

object > RunSessionResponse

Namespace

Google.Cloud.Ces.V1

Assembly

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