Uses of Interface
com.google.cloud.dialogflow.cx.v3beta1.ChangelogOrBuilder
-
Packages that use ChangelogOrBuilder Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of ChangelogOrBuilder in com.google.cloud.dialogflow.cx.v3beta1
Classes in com.google.cloud.dialogflow.cx.v3beta1 that implement ChangelogOrBuilder Modifier and Type Class Description class
Changelog
Changelogs represents a change made to a given agent.static class
Changelog.Builder
Changelogs represents a change made to a given agent.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return ChangelogOrBuilder Modifier and Type Method Description ChangelogOrBuilder
ListChangelogsResponse.Builder. getChangelogsOrBuilder(int index)
The list of changelogs.ChangelogOrBuilder
ListChangelogsResponse. getChangelogsOrBuilder(int index)
The list of changelogs.ChangelogOrBuilder
ListChangelogsResponseOrBuilder. getChangelogsOrBuilder(int index)
The list of changelogs.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type ChangelogOrBuilder Modifier and Type Method Description List<? extends ChangelogOrBuilder>
ListChangelogsResponse.Builder. getChangelogsOrBuilderList()
The list of changelogs.List<? extends ChangelogOrBuilder>
ListChangelogsResponse. getChangelogsOrBuilderList()
The list of changelogs.List<? extends ChangelogOrBuilder>
ListChangelogsResponseOrBuilder. getChangelogsOrBuilderList()
The list of changelogs.
-