Uses of Class
com.google.cloud.dialogflow.v2.MessageName
-
Packages that use MessageName Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of MessageName in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return MessageName Modifier and Type Method Description MessageName
MessageName.Builder. build()
MessageName
MessageName.ProjectLocationConversationMessageBuilder. build()
static MessageName
MessageName. of(String project, String conversation, String message)
static MessageName
MessageName. ofProjectConversationMessageName(String project, String conversation, String message)
static MessageName
MessageName. ofProjectLocationConversationMessageName(String project, String location, String conversation, String message)
static MessageName
MessageName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type MessageName Modifier and Type Method Description static List<MessageName>
MessageName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type MessageName Modifier and Type Method Description static List<String>
MessageName. toStringList(List<MessageName> values)
-