Contact Center AI Insights v1 API - Class View (2.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class View : IMessage<View>, IEquatable<View>, IDeepCloneable<View>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class View.
The View resource.
Namespace
Google.Cloud.ContactCenterInsights.V1Assembly
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; }| Property Value | |
|---|---|
| Type | Description |
ViewName |
|