Contact Center AI Insights v1 API - Class View (2.10.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
Name Description
other View

Properties

CreateTime

public Timestamp CreateTime { get; set; }

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

Property Value
Type Description
Timestamp

DisplayName

public string DisplayName { get; set; }

The human-readable display name of the view.

Property Value
Type Description
string

Name

public string Name { get; set; }

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

Property Value
Type Description
string

UpdateTime

public Timestamp UpdateTime { get; set; }

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

Property Value
Type Description
Timestamp

Value

public string Value { get; set; }

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

Property Value
Type Description
string

ViewName

public ViewName ViewName { get; set; }

ViewName-typed view over the Name resource name property.

Property Value
Type Description
ViewName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.