Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
ProjectName |
ProjectName.Builder.build() |
static ProjectName |
ProjectName.of(String project) |
static ProjectName |
ProjectName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<ProjectName> |
ProjectName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
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.
|
OperationFuture<ExportAgentResponse,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.
|
OperationFuture<Empty,Struct> |
AgentsClient.trainAgentAsync(ProjectName parent)
Trains the specified agent.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ProjectName.toStringList(List<ProjectName> values) |
Copyright © 2022 Google LLC. All rights reserved.