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 class
ResponseMessage.ConversationSuccess
Indicates that the conversation succeeded, i.e., the bot handled the issue that the customer talked to it about.static class
ResponseMessage.ConversationSuccess.Builder
Indicates 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.ConversationSuccessOrBuilder
ResponseMessage.Builder. getConversationSuccessOrBuilder()
Indicates that the conversation succeeded.ResponseMessage.ConversationSuccessOrBuilder
ResponseMessage. getConversationSuccessOrBuilder()
Indicates that the conversation succeeded.ResponseMessage.ConversationSuccessOrBuilder
ResponseMessageOrBuilder. getConversationSuccessOrBuilder()
Indicates that the conversation succeeded.
-