Contact Center AI Insights v1 API - Class GetViewRequest (2.13.0)

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

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

The request to get a view.

Inheritance

object > GetViewRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

GetViewRequest()

public GetViewRequest()

GetViewRequest(GetViewRequest)

public GetViewRequest(GetViewRequest other)
Parameter
NameDescription
otherGetViewRequest

Properties

Name

public string Name { get; set; }

Required. The name of the view to get.

Property Value
TypeDescription
string

ViewName

public ViewName ViewName { get; set; }

ViewName-typed view over the Name resource name property.

Property Value
TypeDescription
ViewName