Uses of Class
com.google.cloud.dialogflow.v2beta1.ParticipantName
-
Packages that use ParticipantName Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of ParticipantName in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return ParticipantName Modifier and Type Method Description ParticipantName
ParticipantName.Builder. build()
ParticipantName
ParticipantName.ProjectLocationConversationParticipantBuilder. build()
static ParticipantName
ParticipantName. of(String project, String conversation, String participant)
static ParticipantName
ParticipantName. ofProjectConversationParticipantName(String project, String conversation, String participant)
static ParticipantName
ParticipantName. ofProjectLocationConversationParticipantName(String project, String location, String conversation, String participant)
static ParticipantName
ParticipantName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.v2beta1 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.v2beta1 with parameters of type ParticipantName Modifier and Type Method Description AnalyzeContentResponse
ParticipantsClient. analyzeContent(ParticipantName participant, AudioInput audioInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentResponse
ParticipantsClient. analyzeContent(ParticipantName participant, EventInput eventInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentResponse
ParticipantsClient. analyzeContent(ParticipantName participant, TextInput textInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.Participant
ParticipantsClient. getParticipant(ParticipantName name)
Retrieves a conversation participant.SuggestArticlesResponse
ParticipantsClient. suggestArticles(ParticipantName parent)
Gets suggested articles for a participant based on specific historical messages.SuggestFaqAnswersResponse
ParticipantsClient. suggestFaqAnswers(ParticipantName parent)
Gets suggested faq answers for a participant based on specific historical messages.SuggestSmartRepliesResponse
ParticipantsClient. suggestSmartReplies(ParticipantName parent)
Gets smart replies for a participant based on specific historical messages.Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type ParticipantName Modifier and Type Method Description static List<String>
ParticipantName. toStringList(List<ParticipantName> values)
-