Gemini Enterprise for Customer Experience v1 API - Class ListAppVersionsResponse (1.0.0-beta01)

public sealed class ListAppVersionsResponse : IMessage<ListAppVersionsResponse>, IEquatable<ListAppVersionsResponse>, IDeepCloneable<ListAppVersionsResponse>, IBufferMessage, IMessage, IPageResponse<AppVersion>, IEnumerable<AppVersion>, IEnumerable

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ListAppVersionsResponse.

Response message for [AgentService.ListAppVersions][google.cloud.ces.v1.AgentService.ListAppVersions].

Inheritance

object > ListAppVersionsResponse

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

ListAppVersionsResponse()

public ListAppVersionsResponse()

ListAppVersionsResponse(ListAppVersionsResponse)

public ListAppVersionsResponse(ListAppVersionsResponse other)
Parameter
Name Description
other ListAppVersionsResponse

Properties

AppVersions

public RepeatedField<AppVersion> AppVersions { get; }

The list of app versions.

Property Value
Type Description
RepeatedFieldAppVersion

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as [ListAppVersionsRequest.page_token][google.cloud.ces.v1.ListAppVersionsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<AppVersion> GetEnumerator()

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

Returns
Type Description
IEnumeratorAppVersion