Dialogflow v3 API - Class ListSessionEntityTypesResponse (2.7.0)

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

Reference documentation and code samples for the Dialogflow v3 API class ListSessionEntityTypesResponse.

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

Inheritance

object > ListSessionEntityTypesResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.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