[BindServiceMethod(typeof(KnowledgeBases), "BindService")]
public abstract class KnowledgeBases.KnowledgeBasesBaseReference documentation and code samples for the Google Cloud Dialogflow v2 API class KnowledgeBases.KnowledgeBasesBase.
Base class for server-side implementations of KnowledgeBases
Namespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Methods
CreateKnowledgeBase(CreateKnowledgeBaseRequest, ServerCallContext)
public virtual Task<KnowledgeBase> CreateKnowledgeBase(CreateKnowledgeBaseRequest request, ServerCallContext context)Creates a knowledge base.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        CreateKnowledgeBaseRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskKnowledgeBase | 
        The response to send back to the client (wrapped by a task).  | 
      
DeleteKnowledgeBase(DeleteKnowledgeBaseRequest, ServerCallContext)
public virtual Task<Empty> DeleteKnowledgeBase(DeleteKnowledgeBaseRequest request, ServerCallContext context)Deletes the specified knowledge base.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        DeleteKnowledgeBaseRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskEmpty | 
        The response to send back to the client (wrapped by a task).  | 
      
GetKnowledgeBase(GetKnowledgeBaseRequest, ServerCallContext)
public virtual Task<KnowledgeBase> GetKnowledgeBase(GetKnowledgeBaseRequest request, ServerCallContext context)Retrieves the specified knowledge base.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        GetKnowledgeBaseRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskKnowledgeBase | 
        The response to send back to the client (wrapped by a task).  | 
      
ListKnowledgeBases(ListKnowledgeBasesRequest, ServerCallContext)
public virtual Task<ListKnowledgeBasesResponse> ListKnowledgeBases(ListKnowledgeBasesRequest request, ServerCallContext context)Returns the list of all knowledge bases of the specified agent.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListKnowledgeBasesRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskListKnowledgeBasesResponse | 
        The response to send back to the client (wrapped by a task).  | 
      
UpdateKnowledgeBase(UpdateKnowledgeBaseRequest, ServerCallContext)
public virtual Task<KnowledgeBase> UpdateKnowledgeBase(UpdateKnowledgeBaseRequest request, ServerCallContext context)Updates the specified knowledge base.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateKnowledgeBaseRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskKnowledgeBase | 
        The response to send back to the client (wrapped by a task).  |