Service for Knowledge API operations.
Operations: list, update, delete
Summary
Functions
Detach Knowledge to Assistant
List all knowledge for an Assistant
Stream: List all knowledge for an Assistant (lazy auto-pagination).
Attach Knowledge to Assistant
Functions
@spec delete(Twilio.Client.t(), String.t(), String.t(), keyword()) :: {:ok, map()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Detach Knowledge to Assistant
Operation: DeleteAssistantKnowledgeAttachment
@spec list(Twilio.Client.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Page.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
List all knowledge for an Assistant
Operation: ListKnowledgeByAssistant
@spec stream(Twilio.Client.t(), String.t(), map(), keyword()) :: Enumerable.t()
Stream: List all knowledge for an Assistant (lazy auto-pagination).
@spec update(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Resources.Assistants.V1.Assistant.Knowledge.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Attach Knowledge to Assistant
Operation: CreateAssistantKnowledgeAttachment