Uses of Class
com.google.cloud.contactcenterinsights.v1.IssueMatchData.Builder
-
Packages that use IssueMatchData.Builder Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of IssueMatchData.Builder in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return IssueMatchData.Builder Modifier and Type Method Description IssueMatchData.Builder
IssueMatchData.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
IssueMatchData.Builder
IssueMatchData.Builder. clear()
IssueMatchData.Builder
IssueMatchData.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
IssueMatchData.Builder
IssueMatchData.Builder. clearIssueAssignment()
Information about the issue's assignment.IssueMatchData.Builder
IssueMatchData.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
IssueMatchData.Builder
IssueMatchData.Builder. clone()
IssueMatchData.Builder
CallAnnotation.Builder. getIssueMatchDataBuilder()
Data specifying an issue match.IssueMatchData.Builder
IssueMatchData.Builder. mergeFrom(IssueMatchData other)
IssueMatchData.Builder
IssueMatchData.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
IssueMatchData.Builder
IssueMatchData.Builder. mergeFrom(com.google.protobuf.Message other)
IssueMatchData.Builder
IssueMatchData.Builder. mergeIssueAssignment(IssueAssignment value)
Information about the issue's assignment.IssueMatchData.Builder
IssueMatchData.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static IssueMatchData.Builder
IssueMatchData. newBuilder()
static IssueMatchData.Builder
IssueMatchData. newBuilder(IssueMatchData prototype)
IssueMatchData.Builder
IssueMatchData. newBuilderForType()
protected IssueMatchData.Builder
IssueMatchData. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
IssueMatchData.Builder
IssueMatchData.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
IssueMatchData.Builder
IssueMatchData.Builder. setIssueAssignment(IssueAssignment value)
Information about the issue's assignment.IssueMatchData.Builder
IssueMatchData.Builder. setIssueAssignment(IssueAssignment.Builder builderForValue)
Information about the issue's assignment.IssueMatchData.Builder
IssueMatchData.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
IssueMatchData.Builder
IssueMatchData.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
IssueMatchData.Builder
IssueMatchData. toBuilder()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type IssueMatchData.Builder Modifier and Type Method Description CallAnnotation.Builder
CallAnnotation.Builder. setIssueMatchData(IssueMatchData.Builder builderForValue)
Data specifying an issue match.
-