public sealed class GetKnowledgeBaseRequest : IMessage<GetKnowledgeBaseRequest>, IEquatable<GetKnowledgeBaseRequest>, IDeepCloneable<GetKnowledgeBaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetKnowledgeBaseRequest.
Request message for [KnowledgeBases.GetKnowledgeBase][google.cloud.dialogflow.v2.KnowledgeBases.GetKnowledgeBase].
Implements
IMessageGetKnowledgeBaseRequest, IEquatableGetKnowledgeBaseRequest, IDeepCloneableGetKnowledgeBaseRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
GetKnowledgeBaseRequest()
public GetKnowledgeBaseRequest()
GetKnowledgeBaseRequest(GetKnowledgeBaseRequest)
public GetKnowledgeBaseRequest(GetKnowledgeBaseRequest other)
Parameter | |
---|---|
Name | Description |
other | GetKnowledgeBaseRequest |
Properties
KnowledgeBaseName
public KnowledgeBaseName KnowledgeBaseName { get; set; }
KnowledgeBaseName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
KnowledgeBaseName |
Name
public string Name { get; set; }
Required. The name of the knowledge base to retrieve.
Format projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>
.
Property Value | |
---|---|
Type | Description |
string |