Uses of Interface
com.google.cloud.dialogflow.cx.v3.CloudConversationDebuggingInfoOrBuilder
-
Packages that use CloudConversationDebuggingInfoOrBuilder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of CloudConversationDebuggingInfoOrBuilder in com.google.cloud.dialogflow.cx.v3
Classes in com.google.cloud.dialogflow.cx.v3 that implement CloudConversationDebuggingInfoOrBuilder Modifier and Type Class Description class
CloudConversationDebuggingInfo
Cloud conversation info for easier debugging.static class
CloudConversationDebuggingInfo.Builder
Cloud conversation info for easier debugging.Methods in com.google.cloud.dialogflow.cx.v3 that return CloudConversationDebuggingInfoOrBuilder Modifier and Type Method Description CloudConversationDebuggingInfoOrBuilder
StreamingDetectIntentResponse.Builder. getDebuggingInfoOrBuilder()
Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.CloudConversationDebuggingInfoOrBuilder
StreamingDetectIntentResponse. getDebuggingInfoOrBuilder()
Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.CloudConversationDebuggingInfoOrBuilder
StreamingDetectIntentResponseOrBuilder. getDebuggingInfoOrBuilder()
Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.
-