Uses of Interface
com.google.cloud.dialogflow.v2beta1.IntentInputOrBuilder
-
Packages that use IntentInputOrBuilder Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of IntentInputOrBuilder in com.google.cloud.dialogflow.v2beta1
Classes in com.google.cloud.dialogflow.v2beta1 that implement IntentInputOrBuilder Modifier and Type Class Description class
IntentInput
Represents the intent to trigger programmatically rather than as a result of natural language processing.static class
IntentInput.Builder
Represents the intent to trigger programmatically rather than as a result of natural language processing.Methods in com.google.cloud.dialogflow.v2beta1 that return IntentInputOrBuilder Modifier and Type Method Description IntentInputOrBuilder
SuggestionInput.Builder. getIntentInputOrBuilder()
The intent to be triggered on V3 agent.IntentInputOrBuilder
SuggestionInput. getIntentInputOrBuilder()
The intent to be triggered on V3 agent.IntentInputOrBuilder
SuggestionInputOrBuilder. getIntentInputOrBuilder()
The intent to be triggered on V3 agent.
-