public sealed class UpdateSessionRequest : IMessage<UpdateSessionRequest>, IEquatable<UpdateSessionRequest>, IDeepCloneable<UpdateSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class UpdateSessionRequest.
Request for UpdateSession method.
Implements
IMessageUpdateSessionRequest, IEquatableUpdateSessionRequest, IDeepCloneableUpdateSessionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.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.v1.Session] to update. The following are NOT supported:
- [Session.name][google.cloud.discoveryengine.v1.Session.name]
If not set or empty, all supported fields are updated.
Property Value | |
---|---|
Type | Description |
FieldMask |