Uses of Interface
com.google.cloud.dialogflow.cx.v3beta1.IntentInputOrBuilder
-
Packages that use IntentInputOrBuilder Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of IntentInputOrBuilder in com.google.cloud.dialogflow.cx.v3beta1
Classes in com.google.cloud.dialogflow.cx.v3beta1 that implement IntentInputOrBuilder Modifier and Type Class Description classIntentInputRepresents the intent to trigger programmatically rather than as a result of natural language processing.static classIntentInput.BuilderRepresents the intent to trigger programmatically rather than as a result of natural language processing.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return IntentInputOrBuilder Modifier and Type Method Description IntentInputOrBuilderQueryInput.Builder. getIntentOrBuilder()The intent to be triggered.IntentInputOrBuilderQueryInput. getIntentOrBuilder()The intent to be triggered.IntentInputOrBuilderQueryInputOrBuilder. getIntentOrBuilder()The intent to be triggered.
-