Uses of Class
com.google.cloud.dialogflow.v2.ParticipantName
-
Packages that use ParticipantName Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of ParticipantName in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ParticipantName Modifier and Type Method Description ParticipantNameParticipantName.Builder. build()ParticipantNameParticipantName.ProjectLocationConversationParticipantBuilder. build()static ParticipantNameParticipantName. of(String project, String conversation, String participant)static ParticipantNameParticipantName. ofProjectConversationParticipantName(String project, String conversation, String participant)static ParticipantNameParticipantName. ofProjectLocationConversationParticipantName(String project, String location, String conversation, String participant)static ParticipantNameParticipantName. parse(String formattedString)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type ParticipantName Modifier and Type Method Description static List<ParticipantName>ParticipantName. parseList(List<String> formattedStrings)Methods in com.google.cloud.dialogflow.v2 with parameters of type ParticipantName Modifier and Type Method Description AnalyzeContentResponseParticipantsClient. analyzeContent(ParticipantName participant, EventInput eventInput)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentResponseParticipantsClient. analyzeContent(ParticipantName participant, TextInput textInput)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.ParticipantParticipantsClient. getParticipant(ParticipantName name)Retrieves a conversation participant.SuggestArticlesResponseParticipantsClient. suggestArticles(ParticipantName parent)Gets suggested articles for a participant based on specific historical messages.SuggestFaqAnswersResponseParticipantsClient. suggestFaqAnswers(ParticipantName parent)Gets suggested faq answers for a participant based on specific historical messages.SuggestSmartRepliesResponseParticipantsClient. suggestSmartReplies(ParticipantName parent)Gets smart replies for a participant based on specific historical messages.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type ParticipantName Modifier and Type Method Description static List<String>ParticipantName. toStringList(List<ParticipantName> values)
-