Uses of Interface
com.google.cloud.dialogflow.cx.v3.ResponseMessage.ConversationSuccessOrBuilder
-
Packages that use ResponseMessage.ConversationSuccessOrBuilder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of ResponseMessage.ConversationSuccessOrBuilder in com.google.cloud.dialogflow.cx.v3
Classes in com.google.cloud.dialogflow.cx.v3 that implement ResponseMessage.ConversationSuccessOrBuilder Modifier and Type Class Description static classResponseMessage.ConversationSuccessIndicates that the conversation succeeded, i.e., the bot handled the issue that the customer talked to it about.static classResponseMessage.ConversationSuccess.BuilderIndicates that the conversation succeeded, i.e., the bot handled the issue that the customer talked to it about.Methods in com.google.cloud.dialogflow.cx.v3 that return ResponseMessage.ConversationSuccessOrBuilder Modifier and Type Method Description ResponseMessage.ConversationSuccessOrBuilderResponseMessage.Builder. getConversationSuccessOrBuilder()Indicates that the conversation succeeded.ResponseMessage.ConversationSuccessOrBuilderResponseMessage. getConversationSuccessOrBuilder()Indicates that the conversation succeeded.ResponseMessage.ConversationSuccessOrBuilderResponseMessageOrBuilder. getConversationSuccessOrBuilder()Indicates that the conversation succeeded.
-