Contact Center AI Insights v1 API - Class UpdateSettingsRequest (2.14.0)

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

Reference documentation and code samples for the Contact Center AI Insights v1 API class UpdateSettingsRequest.

The request to update project-level settings.

Inheritance

object > UpdateSettingsRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

UpdateSettingsRequest()

public UpdateSettingsRequest()

UpdateSettingsRequest(UpdateSettingsRequest)

public UpdateSettingsRequest(UpdateSettingsRequest other)
Parameter
NameDescription
otherUpdateSettingsRequest

Properties

Settings

public Settings Settings { get; set; }

Required. The new settings values.

Property Value
TypeDescription
Settings

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The list of fields to be updated.

Property Value
TypeDescription
FieldMask