Uses of Class
com.google.cloud.dialogflow.v2beta1.ConversationName
-
Packages that use ConversationName Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of ConversationName in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return ConversationName Modifier and Type Method 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)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type ConversationName Modifier and Type Method Description static List<ConversationName>
ConversationName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type ConversationName Modifier and Type Method 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.Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type ConversationName Modifier and Type Method Description static List<String>
ConversationName. toStringList(List<ConversationName> values)
-