Uses of Class
com.google.cloud.dialogflow.v2.SmartReplyMetrics.TopNMetrics
-
Packages that use SmartReplyMetrics.TopNMetrics Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of SmartReplyMetrics.TopNMetrics in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return SmartReplyMetrics.TopNMetrics Modifier and Type Method Description SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.TopNMetrics.Builder. build()
SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.TopNMetrics.Builder. buildPartial()
static SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.TopNMetrics. getDefaultInstance()
SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.TopNMetrics.Builder. getDefaultInstanceForType()
SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.TopNMetrics. getDefaultInstanceForType()
SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.Builder. getTopNMetrics(int index)
Metrics of top n smart replies, sorted by [TopNMetric.n][].SmartReplyMetrics.TopNMetrics
SmartReplyMetrics. getTopNMetrics(int index)
Metrics of top n smart replies, sorted by [TopNMetric.n][].SmartReplyMetrics.TopNMetrics
SmartReplyMetricsOrBuilder. getTopNMetrics(int index)
Metrics of top n smart replies, sorted by [TopNMetric.n][].static SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.TopNMetrics. parseDelimitedFrom(InputStream input)
static SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.TopNMetrics. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.TopNMetrics. parseFrom(byte[] data)
static SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.TopNMetrics. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.TopNMetrics. parseFrom(com.google.protobuf.ByteString data)
static SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.TopNMetrics. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.TopNMetrics. parseFrom(com.google.protobuf.CodedInputStream input)
static SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.TopNMetrics. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.TopNMetrics. parseFrom(InputStream input)
static SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.TopNMetrics. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.TopNMetrics. parseFrom(ByteBuffer data)
static SmartReplyMetrics.TopNMetrics
SmartReplyMetrics.TopNMetrics. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type SmartReplyMetrics.TopNMetrics Modifier and Type Method Description com.google.protobuf.Parser<SmartReplyMetrics.TopNMetrics>
SmartReplyMetrics.TopNMetrics. getParserForType()
List<SmartReplyMetrics.TopNMetrics>
SmartReplyMetrics.Builder. getTopNMetricsList()
Metrics of top n smart replies, sorted by [TopNMetric.n][].List<SmartReplyMetrics.TopNMetrics>
SmartReplyMetrics. getTopNMetricsList()
Metrics of top n smart replies, sorted by [TopNMetric.n][].List<SmartReplyMetrics.TopNMetrics>
SmartReplyMetricsOrBuilder. getTopNMetricsList()
Metrics of top n smart replies, sorted by [TopNMetric.n][].static com.google.protobuf.Parser<SmartReplyMetrics.TopNMetrics>
SmartReplyMetrics.TopNMetrics. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type SmartReplyMetrics.TopNMetrics Modifier and Type Method Description SmartReplyMetrics.Builder
SmartReplyMetrics.Builder. addTopNMetrics(int index, SmartReplyMetrics.TopNMetrics value)
Metrics of top n smart replies, sorted by [TopNMetric.n][].SmartReplyMetrics.Builder
SmartReplyMetrics.Builder. addTopNMetrics(SmartReplyMetrics.TopNMetrics value)
Metrics of top n smart replies, sorted by [TopNMetric.n][].SmartReplyMetrics.TopNMetrics.Builder
SmartReplyMetrics.TopNMetrics.Builder. mergeFrom(SmartReplyMetrics.TopNMetrics other)
static SmartReplyMetrics.TopNMetrics.Builder
SmartReplyMetrics.TopNMetrics. newBuilder(SmartReplyMetrics.TopNMetrics prototype)
SmartReplyMetrics.Builder
SmartReplyMetrics.Builder. setTopNMetrics(int index, SmartReplyMetrics.TopNMetrics value)
Metrics of top n smart replies, sorted by [TopNMetric.n][].Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type SmartReplyMetrics.TopNMetrics Modifier and Type Method Description SmartReplyMetrics.Builder
SmartReplyMetrics.Builder. addAllTopNMetrics(Iterable<? extends SmartReplyMetrics.TopNMetrics> values)
Metrics of top n smart replies, sorted by [TopNMetric.n][].
-