Uses of Interface
com.google.cloud.dialogflow.v2.EnvironmentHistory.EntryOrBuilder
-
Packages that use EnvironmentHistory.EntryOrBuilder Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of EnvironmentHistory.EntryOrBuilder in com.google.cloud.dialogflow.v2
Classes in com.google.cloud.dialogflow.v2 that implement EnvironmentHistory.EntryOrBuilder Modifier and Type Class Description static class
EnvironmentHistory.Entry
Represents an environment history entry.static class
EnvironmentHistory.Entry.Builder
Represents an environment history entry.Methods in com.google.cloud.dialogflow.v2 that return EnvironmentHistory.EntryOrBuilder Modifier and Type Method Description EnvironmentHistory.EntryOrBuilder
EnvironmentHistory.Builder. getEntriesOrBuilder(int index)
Output only.EnvironmentHistory.EntryOrBuilder
EnvironmentHistory. getEntriesOrBuilder(int index)
Output only.EnvironmentHistory.EntryOrBuilder
EnvironmentHistoryOrBuilder. getEntriesOrBuilder(int index)
Output only.Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type EnvironmentHistory.EntryOrBuilder Modifier and Type Method Description List<? extends EnvironmentHistory.EntryOrBuilder>
EnvironmentHistory.Builder. getEntriesOrBuilderList()
Output only.List<? extends EnvironmentHistory.EntryOrBuilder>
EnvironmentHistory. getEntriesOrBuilderList()
Output only.List<? extends EnvironmentHistory.EntryOrBuilder>
EnvironmentHistoryOrBuilder. getEntriesOrBuilderList()
Output only.
-