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.Builder
Intent.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Intent.Builder
Intent.Builder. clear()
Intent.Builder
Intent.Builder. clearDisplayName()
The human-readable name of the intent.Intent.Builder
Intent.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Intent.Builder
Intent.Builder. clearId()
The unique identifier of the intent.Intent.Builder
Intent.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Intent.Builder
Intent.Builder. clone()
Intent.Builder
Intent.Builder. mergeFrom(Intent other)
Intent.Builder
Intent.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Intent.Builder
Intent.Builder. mergeFrom(com.google.protobuf.Message other)
Intent.Builder
Intent.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static Intent.Builder
Intent. newBuilder()
static Intent.Builder
Intent. newBuilder(Intent prototype)
Intent.Builder
Intent. newBuilderForType()
protected Intent.Builder
Intent. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Intent.Builder
Intent.Builder. setDisplayName(String value)
The human-readable name of the intent.Intent.Builder
Intent.Builder. setDisplayNameBytes(com.google.protobuf.ByteString value)
The human-readable name of the intent.Intent.Builder
Intent.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Intent.Builder
Intent.Builder. setId(String value)
The unique identifier of the intent.Intent.Builder
Intent.Builder. setIdBytes(com.google.protobuf.ByteString value)
The unique identifier of the intent.Intent.Builder
Intent.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Intent.Builder
Intent.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Intent.Builder
Intent. toBuilder()
-