Google Cloud Dialogflow v2 API - Class ListKnowledgeBasesResponse (4.16.0)

public sealed class ListKnowledgeBasesResponse : IMessage<ListKnowledgeBasesResponse>, IEquatable<ListKnowledgeBasesResponse>, IDeepCloneable<ListKnowledgeBasesResponse>, IBufferMessage, IMessage, IPageResponse<KnowledgeBase>, IEnumerable<KnowledgeBase>, IEnumerable

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ListKnowledgeBasesResponse.

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

Inheritance

object > ListKnowledgeBasesResponse

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ListKnowledgeBasesResponse()

public ListKnowledgeBasesResponse()

ListKnowledgeBasesResponse(ListKnowledgeBasesResponse)

public ListKnowledgeBasesResponse(ListKnowledgeBasesResponse other)
Parameter
NameDescription
otherListKnowledgeBasesResponse

Properties

KnowledgeBases

public RepeatedField<KnowledgeBase> KnowledgeBases { get; }

The list of knowledge bases.

Property Value
TypeDescription
RepeatedFieldKnowledgeBase

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

Methods

GetEnumerator()

public IEnumerator<KnowledgeBase> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorKnowledgeBase