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

public sealed class ListViewsResponse : IMessage<ListViewsResponse>, IEquatable<ListViewsResponse>, IDeepCloneable<ListViewsResponse>, IBufferMessage, IMessage, IPageResponse<View>, IEnumerable<View>, IEnumerable

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

The response of listing views.

Inheritance

object > ListViewsResponse

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ListViewsResponse()

public ListViewsResponse()

ListViewsResponse(ListViewsResponse)

public ListViewsResponse(ListViewsResponse other)
Parameter
NameDescription
otherListViewsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

Views

public RepeatedField<View> Views { get; }

The views that match the request.

Property Value
TypeDescription
RepeatedFieldView

Methods

GetEnumerator()

public IEnumerator<View> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorView