Uses of Interface
com.google.cloud.dialogflow.v2beta1.DetectIntentResponseOrBuilder
-
Packages that use DetectIntentResponseOrBuilder Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of DetectIntentResponseOrBuilder in com.google.cloud.dialogflow.v2beta1
Classes in com.google.cloud.dialogflow.v2beta1 that implement DetectIntentResponseOrBuilder Modifier and Type Class Description class
DetectIntentResponse
The message returned from the DetectIntent method.static class
DetectIntentResponse.Builder
The message returned from the DetectIntent method.Methods in com.google.cloud.dialogflow.v2beta1 that return DetectIntentResponseOrBuilder Modifier and Type Method Description DetectIntentResponseOrBuilder
AutomatedAgentReply.Builder. getDetectIntentResponseOrBuilder()
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] call.DetectIntentResponseOrBuilder
AutomatedAgentReply. getDetectIntentResponseOrBuilder()
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] call.DetectIntentResponseOrBuilder
AutomatedAgentReplyOrBuilder. getDetectIntentResponseOrBuilder()
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] call.
-