Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
ConversationName |
ConversationName.Builder.build() |
ConversationName |
ConversationName.ProjectLocationConversationBuilder.build() |
static ConversationName |
ConversationName.of(String project,
String conversation) |
static ConversationName |
ConversationName.ofProjectConversationName(String project,
String conversation) |
static ConversationName |
ConversationName.ofProjectLocationConversationName(String project,
String location,
String conversation) |
static ConversationName |
ConversationName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<ConversationName> |
ConversationName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
BatchCreateMessagesResponse |
ConversationsClient.batchCreateMessages(ConversationName parent)
Batch ingests messages to conversation.
|
Conversation |
ConversationsClient.completeConversation(ConversationName name)
Completes the specified conversation.
|
Participant |
ParticipantsClient.createParticipant(ConversationName parent,
Participant participant)
Creates a new participant in a conversation.
|
Conversation |
ConversationsClient.getConversation(ConversationName name)
Retrieves the specific conversation.
|
ConversationsClient.ListMessagesPagedResponse |
ConversationsClient.listMessages(ConversationName parent)
Lists messages that belong to a given conversation.
|
ParticipantsClient.ListParticipantsPagedResponse |
ParticipantsClient.listParticipants(ConversationName parent)
Returns the list of all participants in the specified conversation.
|
SuggestConversationSummaryResponse |
ConversationsClient.suggestConversationSummary(ConversationName conversation)
Suggest summary for a conversation based on specific historical messages.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ConversationName.toStringList(List<ConversationName> values) |
Copyright © 2022 Google LLC. All rights reserved.