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)
Name | Description |
other | View |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time at which this view was created.
Type | Description |
Timestamp |
DisplayName
public string DisplayName { get; set; }
The human-readable display name of the view.
Type | Description |
String |
Name
public string Name { get; set; }
Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}
Type | Description |
String |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The most recent time at which the view was updated.
Type | Description |
Timestamp |
Value
public string Value { get; set; }
String with specific view properties.
Type | Description |
String |
ViewName
public ViewName ViewName { get; set; }
Type | Description |
ViewName |