public sealed class ListEvaluationExpectationsResponse : IMessage<ListEvaluationExpectationsResponse>, IEquatable<ListEvaluationExpectationsResponse>, IDeepCloneable<ListEvaluationExpectationsResponse>, IBufferMessage, IMessage, IPageResponse<EvaluationExpectation>, IEnumerable<EvaluationExpectation>, IEnumerableReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class ListEvaluationExpectationsResponse.
Response message for [EvaluationService.ListEvaluationExpectations][google.cloud.ces.v1beta.EvaluationService.ListEvaluationExpectations].
Implements
IMessageListEvaluationExpectationsResponse, IEquatableListEvaluationExpectationsResponse, IDeepCloneableListEvaluationExpectationsResponse, IBufferMessage, IMessage, IPageResponseEvaluationExpectation, IEnumerableEvaluationExpectation, IEnumerableNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
ListEvaluationExpectationsResponse()
public ListEvaluationExpectationsResponse()ListEvaluationExpectationsResponse(ListEvaluationExpectationsResponse)
public ListEvaluationExpectationsResponse(ListEvaluationExpectationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEvaluationExpectationsResponse |
Properties
EvaluationExpectations
public RepeatedField<EvaluationExpectation> EvaluationExpectations { get; }The list of evaluation expectations.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEvaluationExpectation |
|
NextPageToken
public string NextPageToken { get; set; }A token that can be sent as [ListEvaluationExpectationsRequest.page_token][google.cloud.ces.v1beta.ListEvaluationExpectationsRequest.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<EvaluationExpectation> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorEvaluationExpectation |
|