Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.GetIntentRequest.Builder
-
Packages that use GetIntentRequest.Builder Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of GetIntentRequest.Builder in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return GetIntentRequest.Builder Modifier and Type Method Description GetIntentRequest.Builder
GetIntentRequest.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GetIntentRequest.Builder
GetIntentRequest.Builder. clear()
GetIntentRequest.Builder
GetIntentRequest.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
GetIntentRequest.Builder
GetIntentRequest.Builder. clearLanguageCode()
The language to retrieve the intent for.GetIntentRequest.Builder
GetIntentRequest.Builder. clearName()
Required.GetIntentRequest.Builder
GetIntentRequest.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
GetIntentRequest.Builder
GetIntentRequest.Builder. clone()
GetIntentRequest.Builder
GetIntentRequest.Builder. mergeFrom(GetIntentRequest other)
GetIntentRequest.Builder
GetIntentRequest.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GetIntentRequest.Builder
GetIntentRequest.Builder. mergeFrom(com.google.protobuf.Message other)
GetIntentRequest.Builder
GetIntentRequest.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static GetIntentRequest.Builder
GetIntentRequest. newBuilder()
static GetIntentRequest.Builder
GetIntentRequest. newBuilder(GetIntentRequest prototype)
GetIntentRequest.Builder
GetIntentRequest. newBuilderForType()
protected GetIntentRequest.Builder
GetIntentRequest. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
GetIntentRequest.Builder
GetIntentRequest.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GetIntentRequest.Builder
GetIntentRequest.Builder. setLanguageCode(String value)
The language to retrieve the intent for.GetIntentRequest.Builder
GetIntentRequest.Builder. setLanguageCodeBytes(com.google.protobuf.ByteString value)
The language to retrieve the intent for.GetIntentRequest.Builder
GetIntentRequest.Builder. setName(String value)
Required.GetIntentRequest.Builder
GetIntentRequest.Builder. setNameBytes(com.google.protobuf.ByteString value)
Required.GetIntentRequest.Builder
GetIntentRequest.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
GetIntentRequest.Builder
GetIntentRequest.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GetIntentRequest.Builder
GetIntentRequest. toBuilder()
-