Uses of Interface
com.google.cloud.dialogflow.v2.Intent.FollowupIntentInfoOrBuilder
-
Packages that use Intent.FollowupIntentInfoOrBuilder Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of Intent.FollowupIntentInfoOrBuilder in com.google.cloud.dialogflow.v2
Classes in com.google.cloud.dialogflow.v2 that implement Intent.FollowupIntentInfoOrBuilder Modifier and Type Class Description static class
Intent.FollowupIntentInfo
Represents a single followup intent in the chain.static class
Intent.FollowupIntentInfo.Builder
Represents a single followup intent in the chain.Methods in com.google.cloud.dialogflow.v2 that return Intent.FollowupIntentInfoOrBuilder Modifier and Type Method Description Intent.FollowupIntentInfoOrBuilder
Intent.Builder. getFollowupIntentInfoOrBuilder(int index)
Output only.Intent.FollowupIntentInfoOrBuilder
Intent. getFollowupIntentInfoOrBuilder(int index)
Output only.Intent.FollowupIntentInfoOrBuilder
IntentOrBuilder. getFollowupIntentInfoOrBuilder(int index)
Output only.Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type Intent.FollowupIntentInfoOrBuilder Modifier and Type Method Description List<? extends Intent.FollowupIntentInfoOrBuilder>
Intent.Builder. getFollowupIntentInfoOrBuilderList()
Output only.List<? extends Intent.FollowupIntentInfoOrBuilder>
Intent. getFollowupIntentInfoOrBuilderList()
Output only.List<? extends Intent.FollowupIntentInfoOrBuilder>
IntentOrBuilder. getFollowupIntentInfoOrBuilderList()
Output only.
-