Uses of Class
com.google.cloud.contactcenterinsights.v1.AnswerFeedback
-
Packages that use AnswerFeedback Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of AnswerFeedback in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return AnswerFeedback Modifier and Type Method Description AnswerFeedback
AnswerFeedback.Builder. build()
AnswerFeedback
AnswerFeedback.Builder. buildPartial()
AnswerFeedback
RuntimeAnnotation.Builder. getAnswerFeedback()
The feedback that the customer has about the answer in `data`.AnswerFeedback
RuntimeAnnotation. getAnswerFeedback()
The feedback that the customer has about the answer in `data`.AnswerFeedback
RuntimeAnnotationOrBuilder. getAnswerFeedback()
The feedback that the customer has about the answer in `data`.static AnswerFeedback
AnswerFeedback. getDefaultInstance()
AnswerFeedback
AnswerFeedback.Builder. getDefaultInstanceForType()
AnswerFeedback
AnswerFeedback. getDefaultInstanceForType()
static AnswerFeedback
AnswerFeedback. parseDelimitedFrom(InputStream input)
static AnswerFeedback
AnswerFeedback. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnswerFeedback
AnswerFeedback. parseFrom(byte[] data)
static AnswerFeedback
AnswerFeedback. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnswerFeedback
AnswerFeedback. parseFrom(com.google.protobuf.ByteString data)
static AnswerFeedback
AnswerFeedback. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnswerFeedback
AnswerFeedback. parseFrom(com.google.protobuf.CodedInputStream input)
static AnswerFeedback
AnswerFeedback. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnswerFeedback
AnswerFeedback. parseFrom(InputStream input)
static AnswerFeedback
AnswerFeedback. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnswerFeedback
AnswerFeedback. parseFrom(ByteBuffer data)
static AnswerFeedback
AnswerFeedback. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type AnswerFeedback Modifier and Type Method Description com.google.protobuf.Parser<AnswerFeedback>
AnswerFeedback. getParserForType()
static com.google.protobuf.Parser<AnswerFeedback>
AnswerFeedback. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type AnswerFeedback Modifier and Type Method Description RuntimeAnnotation.Builder
RuntimeAnnotation.Builder. mergeAnswerFeedback(AnswerFeedback value)
The feedback that the customer has about the answer in `data`.AnswerFeedback.Builder
AnswerFeedback.Builder. mergeFrom(AnswerFeedback other)
static AnswerFeedback.Builder
AnswerFeedback. newBuilder(AnswerFeedback prototype)
RuntimeAnnotation.Builder
RuntimeAnnotation.Builder. setAnswerFeedback(AnswerFeedback value)
The feedback that the customer has about the answer in `data`.
-