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

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

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

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

Inheritance

object > UpdateAppRequest

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

UpdateAppRequest()

public UpdateAppRequest()

UpdateAppRequest(UpdateAppRequest)

public UpdateAppRequest(UpdateAppRequest other)
Parameter
Name Description
other UpdateAppRequest

Properties

App

public App App { get; set; }

Required. The app to update.

Property Value
Type Description
App

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

Property Value
Type Description
FieldMask