Contact Center AI Insights v1 API - Class View (2.13.0)

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

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

The View resource.

Inheritance

object > View

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

View()

public View()

View(View)

public View(View other)
Parameter
NameDescription
otherView

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time at which this view was created.

Property Value
TypeDescription
Timestamp

DisplayName

public string DisplayName { get; set; }

The human-readable display name of the view.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The most recent time at which the view was updated.

Property Value
TypeDescription
Timestamp

Value

public string Value { get; set; }

String with specific view properties, must be non-empty.

Property Value
TypeDescription
string

ViewName

public ViewName ViewName { get; set; }

ViewName-typed view over the Name resource name property.

Property Value
TypeDescription
ViewName