Class ListTestCasesResponse (1.5.0)

public sealed class ListTestCasesResponse : IMessage<ListTestCasesResponse>, IEquatable<ListTestCasesResponse>, IDeepCloneable<ListTestCasesResponse>, IBufferMessage, IMessage, IPageResponse<TestCase>, IEnumerable<TestCase>, IEnumerable

The response message for [TestCases.ListTestCases][google.cloud.dialogflow.cx.v3.TestCases.ListTestCases].

Inheritance

Object > ListTestCasesResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ListTestCasesResponse()

public ListTestCasesResponse()

ListTestCasesResponse(ListTestCasesResponse)

public ListTestCasesResponse(ListTestCasesResponse other)
Parameter
NameDescription
otherListTestCasesResponse

Properties

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
TypeDescription
String

TestCases

public RepeatedField<TestCase> TestCases { get; }

The list of test cases. There will be a maximum number of items returned based on the page_size field in the request.

Property Value
TypeDescription
RepeatedField<TestCase>

Methods

GetEnumerator()

public IEnumerator<TestCase> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<TestCase>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator