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