Uses of Interface
com.google.cloud.dialogflow.v2.DetectIntentResponseOrBuilder
-
Packages that use DetectIntentResponseOrBuilder Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of DetectIntentResponseOrBuilder in com.google.cloud.dialogflow.v2
Classes in com.google.cloud.dialogflow.v2 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.v2 that return DetectIntentResponseOrBuilder Modifier and Type Method Description DetectIntentResponseOrBuilder
AutomatedAgentReply.Builder. getDetectIntentResponseOrBuilder()
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.DetectIntentResponseOrBuilder
AutomatedAgentReply. getDetectIntentResponseOrBuilder()
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.DetectIntentResponseOrBuilder
AutomatedAgentReplyOrBuilder. getDetectIntentResponseOrBuilder()
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
-