Uses of Class
com.google.cloud.dialogflow.v2.ConversationName
-
Packages that use ConversationName Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of ConversationName in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 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.v2 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.v2 with parameters of type ConversationName Modifier and Type Method Description 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)
Suggests summary for a conversation based on specific historical messages.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type ConversationName Modifier and Type Method Description static List<String>
ConversationName. toStringList(List<ConversationName> values)
-