Contact Center AI Insights v1 API - Class ListViewsRequest (2.14.0)

public sealed class ListViewsRequest : IMessage<ListViewsRequest>, IEquatable<ListViewsRequest>, IDeepCloneable<ListViewsRequest>, IBufferMessage, IMessage, IPageRequest

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

The request to list views.

Inheritance

object > ListViewsRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ListViewsRequest()

public ListViewsRequest()

ListViewsRequest(ListViewsRequest)

public ListViewsRequest(ListViewsRequest other)
Parameter
NameDescription
otherListViewsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of views to return in the response. If this value is zero, the service will select a default size. A call may return fewer objects than requested. A non-empty next_page_token in the response indicates that more data is available.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The value returned by the last ListViewsResponse; indicates that this is a continuation of a prior ListViews call and the system should return the next page of data.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent resource of the views.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName