public sealed class ListPlaybooksResponse : IMessage<ListPlaybooksResponse>, IEquatable<ListPlaybooksResponse>, IDeepCloneable<ListPlaybooksResponse>, IBufferMessage, IMessage, IPageResponse<Playbook>, IEnumerable<Playbook>, IEnumerableReference documentation and code samples for the Dialogflow v3 API class ListPlaybooksResponse.
The response message for [Playbooks.ListPlaybooks][google.cloud.dialogflow.cx.v3.Playbooks.ListPlaybooks].
Implements
IMessageListPlaybooksResponse, IEquatableListPlaybooksResponse, IDeepCloneableListPlaybooksResponse, IBufferMessage, IMessage, IPageResponsePlaybook, IEnumerablePlaybook, IEnumerableNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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 |
|