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.
Implements
IMessageListViewsRequest, IEquatableListViewsRequest, IDeepCloneableListViewsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
ListViewsRequest()
public ListViewsRequest()
ListViewsRequest(ListViewsRequest)
public ListViewsRequest(ListViewsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListViewsRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource of the views.
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 |