Dialogflow v3 API - Class ListPlaybooksResponse (3.0.0)

public sealed class ListPlaybooksResponse : IMessage<ListPlaybooksResponse>, IEquatable<ListPlaybooksResponse>, IDeepCloneable<ListPlaybooksResponse>, IBufferMessage, IMessage, IPageResponse<Playbook>, IEnumerable<Playbook>, IEnumerable

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

The response message for [Playbooks.ListPlaybooks][google.cloud.dialogflow.cx.v3.Playbooks.ListPlaybooks].

Inheritance

object > ListPlaybooksResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ListPlaybooksResponse()

public ListPlaybooksResponse()

ListPlaybooksResponse(ListPlaybooksResponse)

public ListPlaybooksResponse(ListPlaybooksResponse other)
Parameter
Name Description
other ListPlaybooksResponse

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
Type Description
string

Playbooks

public RepeatedField<Playbook> Playbooks { get; }

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

Property Value
Type Description
RepeatedFieldPlaybook

Methods

GetEnumerator()

public IEnumerator<Playbook> GetEnumerator()

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

Returns
Type Description
IEnumeratorPlaybook