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 ConversationNameConversationName.Builder. build()ConversationNameConversationName.ProjectLocationConversationBuilder. build()static ConversationNameConversationName. of(String project, String conversation)static ConversationNameConversationName. ofProjectConversationName(String project, String conversation)static ConversationNameConversationName. ofProjectLocationConversationName(String project, String location, String conversation)static ConversationNameConversationName. 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 BatchCreateMessagesResponseConversationsClient. batchCreateMessages(ConversationName parent)Batch ingests messages to conversation.ConversationConversationsClient. completeConversation(ConversationName name)Completes the specified conversation.ParticipantParticipantsClient. createParticipant(ConversationName parent, Participant participant)Creates a new participant in a conversation.ConversationConversationsClient. getConversation(ConversationName name)Retrieves the specific conversation.ConversationsClient.ListMessagesPagedResponseConversationsClient. listMessages(ConversationName parent)Lists messages that belong to a given conversation.ParticipantsClient.ListParticipantsPagedResponseParticipantsClient. listParticipants(ConversationName parent)Returns the list of all participants in the specified conversation.SuggestConversationSummaryResponseConversationsClient. 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)
-