Conversation |
ConversationsClient.createConversation(LocationName parent,
Conversation conversation) |
Creates a new conversation.
|
ConversationProfile |
ConversationProfilesClient.createConversationProfile(LocationName parent,
ConversationProfile conversationProfile) |
Creates a conversation profile in the specified project.
|
KnowledgeBase |
KnowledgeBasesClient.createKnowledgeBase(LocationName parent,
KnowledgeBase knowledgeBase) |
Creates a knowledge base.
|
void |
AgentsClient.deleteAgent(LocationName parent) |
Deletes the specified agent.
|
com.google.api.gax.longrunning.OperationFuture<ExportAgentResponse,com.google.protobuf.Struct> |
AgentsClient.exportAgentAsync(LocationName parent) |
Exports the specified agent to a ZIP file.
|
Agent |
AgentsClient.getAgent(LocationName parent) |
Retrieves the specified agent.
|
AnswerRecordsClient.ListAnswerRecordsPagedResponse |
AnswerRecordsClient.listAnswerRecords(LocationName parent) |
Returns the list of all answer records in the specified project in reverse chronological order.
|
ConversationProfilesClient.ListConversationProfilesPagedResponse |
ConversationProfilesClient.listConversationProfiles(LocationName parent) |
Returns the list of all conversation profiles in the specified project.
|
ConversationsClient.ListConversationsPagedResponse |
ConversationsClient.listConversations(LocationName parent) |
Returns the list of all conversations in the specified project.
|
KnowledgeBasesClient.ListKnowledgeBasesPagedResponse |
KnowledgeBasesClient.listKnowledgeBases(LocationName parent) |
Returns the list of all knowledge bases of the specified agent.
|
AgentsClient.SearchAgentsPagedResponse |
AgentsClient.searchAgents(LocationName parent) |
Returns the list of agents.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,com.google.protobuf.Struct> |
AgentsClient.trainAgentAsync(LocationName parent) |
Trains the specified agent.
|