Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static List<ParticipantName> |
ParticipantName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ParticipantName.toStringList(List<ParticipantName> values) |
Copyright © 2022 Google LLC. All rights reserved.