Class ListSessionEntityTypesResponse (1.0.0)

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

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

Inheritance

System.Object > ListSessionEntityTypesResponse

Implements

Google.Protobuf.IMessage<ListSessionEntityTypesResponse>, System.IEquatable<ListSessionEntityTypesResponse>, Google.Protobuf.IDeepCloneable<ListSessionEntityTypesResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageResponse<SessionEntityType>, System.Collections.Generic.IEnumerable<SessionEntityType>, System.Collections.IEnumerable

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
System.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
Google.Protobuf.Collections.RepeatedField<SessionEntityType>

Methods

GetEnumerator()

public IEnumerator<SessionEntityType> GetEnumerator()

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

Returns
TypeDescription
System.Collections.Generic.IEnumerator<SessionEntityType>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
System.Collections.IEnumerator