Dialogflow v3 API - Class ListTransitionRouteGroupsResponse (2.17.0)

public sealed class ListTransitionRouteGroupsResponse : IMessage<ListTransitionRouteGroupsResponse>, IEquatable<ListTransitionRouteGroupsResponse>, IDeepCloneable<ListTransitionRouteGroupsResponse>, IBufferMessage, IMessage, IPageResponse<TransitionRouteGroup>, IEnumerable<TransitionRouteGroup>, IEnumerable

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

The response message for [TransitionRouteGroups.ListTransitionRouteGroups][google.cloud.dialogflow.cx.v3.TransitionRouteGroups.ListTransitionRouteGroups].

Inheritance

object > ListTransitionRouteGroupsResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ListTransitionRouteGroupsResponse()

public ListTransitionRouteGroupsResponse()

ListTransitionRouteGroupsResponse(ListTransitionRouteGroupsResponse)

public ListTransitionRouteGroupsResponse(ListTransitionRouteGroupsResponse other)
Parameter
NameDescription
otherListTransitionRouteGroupsResponse

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

TransitionRouteGroups

public RepeatedField<TransitionRouteGroup> TransitionRouteGroups { get; }

The list of transition route groups. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.

Property Value
TypeDescription
RepeatedFieldTransitionRouteGroup

Methods

GetEnumerator()

public IEnumerator<TransitionRouteGroup> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorTransitionRouteGroup