public sealed class ListContextsResponse : IMessage<ListContextsResponse>, IEquatable<ListContextsResponse>, IDeepCloneable<ListContextsResponse>, IBufferMessage, IMessage, IPageResponse<Context>, IEnumerable<Context>, IEnumerable
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ListContextsResponse.
The response message for [Contexts.ListContexts][google.cloud.dialogflow.v2.Contexts.ListContexts].
Implements
IMessageListContextsResponse, IEquatableListContextsResponse, IDeepCloneableListContextsResponse, IBufferMessage, IMessage, IPageResponseContext, IEnumerableContext, IEnumerableNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ListContextsResponse()
public ListContextsResponse()
ListContextsResponse(ListContextsResponse)
public ListContextsResponse(ListContextsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListContextsResponse |
Properties
Contexts
public RepeatedField<Context> Contexts { get; }
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldContext |
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<Context> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorContext |