Uses of Class
com.google.cloud.contactcenterinsights.v1.Intent.Builder
-
Packages that use Intent.Builder Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of Intent.Builder in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return Intent.Builder Modifier and Type Method Description Intent.BuilderIntent.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Intent.BuilderIntent.Builder. clear()Intent.BuilderIntent.Builder. clearDisplayName()The human-readable name of the intent.Intent.BuilderIntent.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Intent.BuilderIntent.Builder. clearId()The unique identifier of the intent.Intent.BuilderIntent.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Intent.BuilderIntent.Builder. clone()Intent.BuilderIntent.Builder. mergeFrom(Intent other)Intent.BuilderIntent.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Intent.BuilderIntent.Builder. mergeFrom(com.google.protobuf.Message other)Intent.BuilderIntent.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Intent.BuilderIntent. newBuilder()static Intent.BuilderIntent. newBuilder(Intent prototype)Intent.BuilderIntent. newBuilderForType()protected Intent.BuilderIntent. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Intent.BuilderIntent.Builder. setDisplayName(String value)The human-readable name of the intent.Intent.BuilderIntent.Builder. setDisplayNameBytes(com.google.protobuf.ByteString value)The human-readable name of the intent.Intent.BuilderIntent.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Intent.BuilderIntent.Builder. setId(String value)The unique identifier of the intent.Intent.BuilderIntent.Builder. setIdBytes(com.google.protobuf.ByteString value)The unique identifier of the intent.Intent.BuilderIntent.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Intent.BuilderIntent.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Intent.BuilderIntent. toBuilder()
-