Discovery Engine v1beta API - Class UpdateSessionRequest (1.0.0-beta13)

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

Reference documentation and code samples for the Discovery Engine v1beta API class UpdateSessionRequest.

Request for UpdateSession method.

Inheritance

object > UpdateSessionRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

UpdateSessionRequest()

public UpdateSessionRequest()

UpdateSessionRequest(UpdateSessionRequest)

public UpdateSessionRequest(UpdateSessionRequest other)
Parameter
Name Description
other UpdateSessionRequest

Properties

Session

public Session Session { get; set; }

Required. The Session to update.

Property Value
Type Description
Session

UpdateMask

public FieldMask UpdateMask { get; set; }

Indicates which fields in the provided [Session][google.cloud.discoveryengine.v1beta.Session] to update. The following are NOT supported:

  • [Session.name][google.cloud.discoveryengine.v1beta.Session.name]

If not set or empty, all supported fields are updated.

Property Value
Type Description
FieldMask