Google Cloud Dialogflow v2beta1 API - Class ListSessionEntityTypesResponse (1.0.0-beta15)

public sealed class ListSessionEntityTypesResponse : IMessage<ListSessionEntityTypesResponse>, IEquatable<ListSessionEntityTypesResponse>, IDeepCloneable<ListSessionEntityTypesResponse>, IBufferMessage, IMessage, IPageResponse<SessionEntityType>, IEnumerable<SessionEntityType>, IEnumerable

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ListSessionEntityTypesResponse.

The response message for [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.v2beta1.SessionEntityTypes.ListSessionEntityTypes].

Inheritance

object > ListSessionEntityTypesResponse

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ListSessionEntityTypesResponse()

public ListSessionEntityTypesResponse()

ListSessionEntityTypesResponse(ListSessionEntityTypesResponse)

public ListSessionEntityTypesResponse(ListSessionEntityTypesResponse other)
Parameter
NameDescription
otherListSessionEntityTypesResponse

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

SessionEntityTypes

public RepeatedField<SessionEntityType> SessionEntityTypes { get; }

The list of session entity types. There will be a maximum number of items returned based on the page_size field in the request.

Property Value
TypeDescription
RepeatedFieldSessionEntityType

Methods

GetEnumerator()

public IEnumerator<SessionEntityType> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorSessionEntityType