Uses of Class
com.google.cloud.dialogflow.cx.v3.ChangelogName
-
Packages that use ChangelogName Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of ChangelogName in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ChangelogName Modifier and Type Method Description ChangelogNameChangelogName.Builder. build()static ChangelogNameChangelogName. of(String project, String location, String agent, String changelog)static ChangelogNameChangelogName. parse(String formattedString)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type ChangelogName Modifier and Type Method Description static List<ChangelogName>ChangelogName. parseList(List<String> formattedStrings)Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type ChangelogName Modifier and Type Method Description ChangelogChangelogsClient. getChangelog(ChangelogName name)Retrieves the specified Changelog.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type ChangelogName Modifier and Type Method Description static List<String>ChangelogName. toStringList(List<ChangelogName> values)
-