Class ListContinuousTestResultsResponse (1.9.0)

public sealed class ListContinuousTestResultsResponse : IMessage<ListContinuousTestResultsResponse>, IEquatable<ListContinuousTestResultsResponse>, IDeepCloneable<ListContinuousTestResultsResponse>, IBufferMessage, IMessage, IPageResponse<ContinuousTestResult>, IEnumerable<ContinuousTestResult>, IEnumerable

The response message for [Environments.ListTestCaseResults][].

Inheritance

Object > ListContinuousTestResultsResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ListContinuousTestResultsResponse()

public ListContinuousTestResultsResponse()

ListContinuousTestResultsResponse(ListContinuousTestResultsResponse)

public ListContinuousTestResultsResponse(ListContinuousTestResultsResponse other)
Parameter
Name Description
other ListContinuousTestResultsResponse

Properties

ContinuousTestResults

public RepeatedField<ContinuousTestResult> ContinuousTestResults { get; }

The list of continuous test results.

Property Value
Type Description
RepeatedField<ContinuousTestResult>

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
Type Description
String

Methods

GetEnumerator()

public IEnumerator<ContinuousTestResult> GetEnumerator()

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

Returns
Type Description
IEnumerator<ContinuousTestResult>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
IEnumerator

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.