Uses of Class
com.google.cloud.contactcenterinsights.v1.IntentMatchData.Builder
-
Packages that use IntentMatchData.Builder Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of IntentMatchData.Builder in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return IntentMatchData.Builder Modifier and Type Method Description IntentMatchData.Builder
IntentMatchData.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
IntentMatchData.Builder
IntentMatchData.Builder. clear()
IntentMatchData.Builder
IntentMatchData.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
IntentMatchData.Builder
IntentMatchData.Builder. clearIntentUniqueId()
The id of the matched intent.IntentMatchData.Builder
IntentMatchData.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
IntentMatchData.Builder
IntentMatchData.Builder. clone()
IntentMatchData.Builder
CallAnnotation.Builder. getIntentMatchDataBuilder()
Data specifying an intent match.IntentMatchData.Builder
IntentMatchData.Builder. mergeFrom(IntentMatchData other)
IntentMatchData.Builder
IntentMatchData.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
IntentMatchData.Builder
IntentMatchData.Builder. mergeFrom(com.google.protobuf.Message other)
IntentMatchData.Builder
IntentMatchData.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static IntentMatchData.Builder
IntentMatchData. newBuilder()
static IntentMatchData.Builder
IntentMatchData. newBuilder(IntentMatchData prototype)
IntentMatchData.Builder
IntentMatchData. newBuilderForType()
protected IntentMatchData.Builder
IntentMatchData. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
IntentMatchData.Builder
IntentMatchData.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
IntentMatchData.Builder
IntentMatchData.Builder. setIntentUniqueId(String value)
The id of the matched intent.IntentMatchData.Builder
IntentMatchData.Builder. setIntentUniqueIdBytes(com.google.protobuf.ByteString value)
The id of the matched intent.IntentMatchData.Builder
IntentMatchData.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
IntentMatchData.Builder
IntentMatchData.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
IntentMatchData.Builder
IntentMatchData. toBuilder()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type IntentMatchData.Builder Modifier and Type Method Description CallAnnotation.Builder
CallAnnotation.Builder. setIntentMatchData(IntentMatchData.Builder builderForValue)
Data specifying an intent match.
-