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

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

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

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

Inheritance

object > UpdateGuardrailRequest

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

UpdateGuardrailRequest()

public UpdateGuardrailRequest()

UpdateGuardrailRequest(UpdateGuardrailRequest)

public UpdateGuardrailRequest(UpdateGuardrailRequest other)
Parameter
Name Description
other UpdateGuardrailRequest

Properties

Guardrail

public Guardrail Guardrail { get; set; }

Required. The guardrail to update.

Property Value
Type Description
Guardrail

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