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

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

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

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

Inheritance

object > UpdateExampleRequest

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

UpdateExampleRequest()

public UpdateExampleRequest()

UpdateExampleRequest(UpdateExampleRequest)

public UpdateExampleRequest(UpdateExampleRequest other)
Parameter
Name Description
other UpdateExampleRequest

Properties

Example

public Example Example { get; set; }

Required. The example to update.

Property Value
Type Description
Example

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