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