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 ChangelogName
ChangelogName.Builder. build()
static ChangelogName
ChangelogName. of(String project, String location, String agent, String changelog)
static ChangelogName
ChangelogName. 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 Changelog
ChangelogsClient. 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)
-