public sealed class CreateViewRequest : IMessage<CreateViewRequest>, IEquatable<CreateViewRequest>, IDeepCloneable<CreateViewRequest>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class CreateViewRequest.
The request to create a view.
Implements
IMessageCreateViewRequest, IEquatableCreateViewRequest, IDeepCloneableCreateViewRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
CreateViewRequest()
public CreateViewRequest()CreateViewRequest(CreateViewRequest)
public CreateViewRequest(CreateViewRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateViewRequest |
Properties
Parent
public string Parent { get; set; }Required. The parent resource of the view. Required. The location to create
a view for.
Format: projects/<Project ID>/locations/<Location ID> or
projects/<Project Number>/locations/<Location ID>
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
View
public View View { get; set; }Required. The view resource to create.
| Property Value | |
|---|---|
| Type | Description |
View |
|