public sealed class ListKnowledgeBasesRequest : IMessage<ListKnowledgeBasesRequest>, IEquatable<ListKnowledgeBasesRequest>, IDeepCloneable<ListKnowledgeBasesRequest>, IBufferMessage, IMessage, IPageRequestRequest message for [KnowledgeBases.ListKnowledgeBases][google.cloud.dialogflow.v2.KnowledgeBases.ListKnowledgeBases].
Implements
IMessage<ListKnowledgeBasesRequest>, IEquatable<ListKnowledgeBasesRequest>, IDeepCloneable<ListKnowledgeBasesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ListKnowledgeBasesRequest()
public ListKnowledgeBasesRequest()ListKnowledgeBasesRequest(ListKnowledgeBasesRequest)
public ListKnowledgeBasesRequest(ListKnowledgeBasesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListKnowledgeBasesRequest |
Properties
PageSize
public int PageSize { get; set; }The maximum number of items to return in a single page. By default 10 and at most 100.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }The next_page_token value returned from a previous list request.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Parent
public string Parent { get; set; }Required. The project to list of knowledge bases for.
Format: projects/{Project ID}/locations/{Location ID}.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|