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

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

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class UpdateDeploymentRequest.

Request message for [AgentService.UpdateDeployment][google.cloud.ces.v1.AgentService.UpdateDeployment].

Inheritance

object > UpdateDeploymentRequest

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

UpdateDeploymentRequest()

public UpdateDeploymentRequest()

UpdateDeploymentRequest(UpdateDeploymentRequest)

public UpdateDeploymentRequest(UpdateDeploymentRequest other)
Parameter
Name Description
other UpdateDeploymentRequest

Properties

Deployment

public Deployment Deployment { get; set; }

Required. The deployment to update.

Property Value
Type Description
Deployment

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The list of fields to update.

Property Value
Type Description
FieldMask