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.
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.
Property Value | |
---|---|
Type | Description |
String |
ViewName
public ViewName ViewName { get; set; }
Property Value | |
---|---|
Type | Description |
ViewName |