Uses of Interface
com.google.cloud.dialogflow.v2beta1.ResponseMessage.EndInteractionOrBuilder
-
Packages that use ResponseMessage.EndInteractionOrBuilder Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of ResponseMessage.EndInteractionOrBuilder in com.google.cloud.dialogflow.v2beta1
Classes in com.google.cloud.dialogflow.v2beta1 that implement ResponseMessage.EndInteractionOrBuilder Modifier and Type Class Description static class
ResponseMessage.EndInteraction
Indicates that interaction with the Dialogflow agent has ended.static class
ResponseMessage.EndInteraction.Builder
Indicates that interaction with the Dialogflow agent has ended.Methods in com.google.cloud.dialogflow.v2beta1 that return ResponseMessage.EndInteractionOrBuilder Modifier and Type Method Description ResponseMessage.EndInteractionOrBuilder
ResponseMessage.Builder. getEndInteractionOrBuilder()
A signal that indicates the interaction with the Dialogflow agent has ended.ResponseMessage.EndInteractionOrBuilder
ResponseMessage. getEndInteractionOrBuilder()
A signal that indicates the interaction with the Dialogflow agent has ended.ResponseMessage.EndInteractionOrBuilder
ResponseMessageOrBuilder. getEndInteractionOrBuilder()
A signal that indicates the interaction with the Dialogflow agent has ended.
-