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