Uses of Class
com.google.cloud.dialogflow.v2.SmartReplyMetrics
-
Packages that use SmartReplyMetrics Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of SmartReplyMetrics in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return SmartReplyMetrics Modifier and Type Method Description SmartReplyMetrics
SmartReplyMetrics.Builder. build()
SmartReplyMetrics
SmartReplyMetrics.Builder. buildPartial()
static SmartReplyMetrics
SmartReplyMetrics. getDefaultInstance()
SmartReplyMetrics
SmartReplyMetrics.Builder. getDefaultInstanceForType()
SmartReplyMetrics
SmartReplyMetrics. getDefaultInstanceForType()
SmartReplyMetrics
ConversationModelEvaluation.Builder. getSmartReplyMetrics()
Output only.SmartReplyMetrics
ConversationModelEvaluation. getSmartReplyMetrics()
Output only.SmartReplyMetrics
ConversationModelEvaluationOrBuilder. getSmartReplyMetrics()
Output only.static SmartReplyMetrics
SmartReplyMetrics. parseDelimitedFrom(InputStream input)
static SmartReplyMetrics
SmartReplyMetrics. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SmartReplyMetrics
SmartReplyMetrics. parseFrom(byte[] data)
static SmartReplyMetrics
SmartReplyMetrics. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SmartReplyMetrics
SmartReplyMetrics. parseFrom(com.google.protobuf.ByteString data)
static SmartReplyMetrics
SmartReplyMetrics. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SmartReplyMetrics
SmartReplyMetrics. parseFrom(com.google.protobuf.CodedInputStream input)
static SmartReplyMetrics
SmartReplyMetrics. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SmartReplyMetrics
SmartReplyMetrics. parseFrom(InputStream input)
static SmartReplyMetrics
SmartReplyMetrics. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SmartReplyMetrics
SmartReplyMetrics. parseFrom(ByteBuffer data)
static SmartReplyMetrics
SmartReplyMetrics. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type SmartReplyMetrics Modifier and Type Method Description com.google.protobuf.Parser<SmartReplyMetrics>
SmartReplyMetrics. getParserForType()
static com.google.protobuf.Parser<SmartReplyMetrics>
SmartReplyMetrics. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type SmartReplyMetrics Modifier and Type Method Description SmartReplyMetrics.Builder
SmartReplyMetrics.Builder. mergeFrom(SmartReplyMetrics other)
ConversationModelEvaluation.Builder
ConversationModelEvaluation.Builder. mergeSmartReplyMetrics(SmartReplyMetrics value)
Output only.static SmartReplyMetrics.Builder
SmartReplyMetrics. newBuilder(SmartReplyMetrics prototype)
ConversationModelEvaluation.Builder
ConversationModelEvaluation.Builder. setSmartReplyMetrics(SmartReplyMetrics value)
Output only.
-