Contact Center AI Insights v1 API - Class CreateViewRequest (2.9.0)

public sealed class CreateViewRequest : IMessage<CreateViewRequest>, IEquatable<CreateViewRequest>, IDeepCloneable<CreateViewRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class CreateViewRequest.

The request to create a view.

Inheritance

object > CreateViewRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

CreateViewRequest()

public CreateViewRequest()

CreateViewRequest(CreateViewRequest)

public CreateViewRequest(CreateViewRequest other)
Parameter
NameDescription
otherCreateViewRequest

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
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

View

public View View { get; set; }

Required. The view resource to create.

Property Value
TypeDescription
View