Class ListSessionEntityTypesResponse
The response message for [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.v2.SessionEntityTypes.ListSessionEntityTypes].
Implements
Namespace: Google.Cloud.Dialogflow.V2
Assembly: Google.Cloud.Dialogflow.V2.dll
Syntax
public sealed class ListSessionEntityTypesResponse : IMessage<ListSessionEntityTypesResponse>, IEquatable<ListSessionEntityTypesResponse>, IDeepCloneable<ListSessionEntityTypesResponse>, IBufferMessage, IMessage, IPageResponse<SessionEntityType>, IEnumerable<SessionEntityType>, IEnumerable
Constructors
ListSessionEntityTypesResponse()
Declaration
public ListSessionEntityTypesResponse()
ListSessionEntityTypesResponse(ListSessionEntityTypesResponse)
Declaration
public ListSessionEntityTypesResponse(ListSessionEntityTypesResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListSessionEntityTypesResponse | other |
Properties
NextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
SessionEntityTypes
The list of session entity types. There will be a maximum number of items returned based on the page_size field in the request.
Declaration
public RepeatedField<SessionEntityType> SessionEntityTypes { get; }
Property Value
Type | Description |
---|---|
RepeatedField<SessionEntityType> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<SessionEntityType> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<SessionEntityType> |