Class ListKnowledgeBasesRequest (3.7.0)

public sealed class ListKnowledgeBasesRequest : IMessage<ListKnowledgeBasesRequest>, IEquatable<ListKnowledgeBasesRequest>, IDeepCloneable<ListKnowledgeBasesRequest>, IBufferMessage, IMessage, IPageRequest

Request message for [KnowledgeBases.ListKnowledgeBases][google.cloud.dialogflow.v2.KnowledgeBases.ListKnowledgeBases].

Inheritance

Object > ListKnowledgeBasesRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ListKnowledgeBasesRequest()

public ListKnowledgeBasesRequest()

ListKnowledgeBasesRequest(ListKnowledgeBasesRequest)

public ListKnowledgeBasesRequest(ListKnowledgeBasesRequest other)
Parameter
NameDescription
otherListKnowledgeBasesRequest

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
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

The next_page_token value returned from a previous list request.

Property Value
TypeDescription
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
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName