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

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

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

The request to update a view.

Inheritance

object > UpdateViewRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

UpdateViewRequest()

public UpdateViewRequest()

UpdateViewRequest(UpdateViewRequest)

public UpdateViewRequest(UpdateViewRequest other)
Parameter
NameDescription
otherUpdateViewRequest

Properties

UpdateMask

public FieldMask UpdateMask { get; set; }

The list of fields to be updated.

Property Value
TypeDescription
FieldMask

View

public View View { get; set; }

Required. The new view.

Property Value
TypeDescription
View