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