public static final class Intent.TrainingPhrase.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Intent.TrainingPhrase.Builder> implements Intent.TrainingPhraseOrBuilder
Represents an example that the agent is trained on to identify the intent.Protobuf type
google.cloud.dialogflow.cx.v3.Intent.TrainingPhrasegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.TrainingPhrase.Builder>public Intent.TrainingPhrase.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.TrainingPhrase.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.TrainingPhrase.Builder>public Intent.TrainingPhrase getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Intent.TrainingPhrase build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Intent.TrainingPhrase buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Intent.TrainingPhrase.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.TrainingPhrase.Builder>public Intent.TrainingPhrase.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.TrainingPhrase.Builder>public Intent.TrainingPhrase.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.TrainingPhrase.Builder>public Intent.TrainingPhrase.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.TrainingPhrase.Builder>public Intent.TrainingPhrase.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.TrainingPhrase.Builder>public Intent.TrainingPhrase.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.TrainingPhrase.Builder>public Intent.TrainingPhrase.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Intent.TrainingPhrase.Builder>public Intent.TrainingPhrase.Builder mergeFrom(Intent.TrainingPhrase other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.TrainingPhrase.Builder>public Intent.TrainingPhrase.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Intent.TrainingPhrase.Builder>IOExceptionpublic String getId()
Output only. The unique identifier of the training phrase.
string id = 1;getId in interface Intent.TrainingPhraseOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
Output only. The unique identifier of the training phrase.
string id = 1;getIdBytes in interface Intent.TrainingPhraseOrBuilderpublic Intent.TrainingPhrase.Builder setId(String value)
Output only. The unique identifier of the training phrase.
string id = 1;value - The id to set.public Intent.TrainingPhrase.Builder clearId()
Output only. The unique identifier of the training phrase.
string id = 1;public Intent.TrainingPhrase.Builder setIdBytes(com.google.protobuf.ByteString value)
Output only. The unique identifier of the training phrase.
string id = 1;value - The bytes for id to set.public List<Intent.TrainingPhrase.Part> getPartsList()
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
getPartsList in interface Intent.TrainingPhraseOrBuilderpublic int getPartsCount()
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
getPartsCount in interface Intent.TrainingPhraseOrBuilderpublic Intent.TrainingPhrase.Part getParts(int index)
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
getParts in interface Intent.TrainingPhraseOrBuilderpublic Intent.TrainingPhrase.Builder setParts(int index, Intent.TrainingPhrase.Part value)
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
public Intent.TrainingPhrase.Builder setParts(int index, Intent.TrainingPhrase.Part.Builder builderForValue)
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
public Intent.TrainingPhrase.Builder addParts(Intent.TrainingPhrase.Part value)
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
public Intent.TrainingPhrase.Builder addParts(int index, Intent.TrainingPhrase.Part value)
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
public Intent.TrainingPhrase.Builder addParts(Intent.TrainingPhrase.Part.Builder builderForValue)
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
public Intent.TrainingPhrase.Builder addParts(int index, Intent.TrainingPhrase.Part.Builder builderForValue)
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
public Intent.TrainingPhrase.Builder addAllParts(Iterable<? extends Intent.TrainingPhrase.Part> values)
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
public Intent.TrainingPhrase.Builder clearParts()
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
public Intent.TrainingPhrase.Builder removeParts(int index)
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
public Intent.TrainingPhrase.Part.Builder getPartsBuilder(int index)
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
public Intent.TrainingPhrase.PartOrBuilder getPartsOrBuilder(int index)
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
getPartsOrBuilder in interface Intent.TrainingPhraseOrBuilderpublic List<? extends Intent.TrainingPhrase.PartOrBuilder> getPartsOrBuilderList()
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
getPartsOrBuilderList in interface Intent.TrainingPhraseOrBuilderpublic Intent.TrainingPhrase.Part.Builder addPartsBuilder()
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
public Intent.TrainingPhrase.Part.Builder addPartsBuilder(int index)
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
public List<Intent.TrainingPhrase.Part.Builder> getPartsBuilderList()
Required. The ordered list of training phrase parts.
The parts are concatenated in order to form the training phrase.
Note: The API does not automatically annotate training phrases like the
Dialogflow Console does.
Note: Do not forget to include whitespace at part boundaries, so the
training phrase is well formatted when the parts are concatenated.
If the training phrase does not need to be annotated with parameters,
you just need a single part with only the [Part.text][google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part.text] field set.
If you want to annotate the training phrase, you must create multiple
parts, where the fields of each part are populated in one of two ways:
- `Part.text` is set to a part of the phrase that has no parameters.
- `Part.text` is set to a part of the phrase that you want to annotate,
and the `parameter_id` field is set.
repeated .google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
public int getRepeatCount()
Indicates how many times this example was added to the intent.
int32 repeat_count = 3;getRepeatCount in interface Intent.TrainingPhraseOrBuilderpublic Intent.TrainingPhrase.Builder setRepeatCount(int value)
Indicates how many times this example was added to the intent.
int32 repeat_count = 3;value - The repeatCount to set.public Intent.TrainingPhrase.Builder clearRepeatCount()
Indicates how many times this example was added to the intent.
int32 repeat_count = 3;public final Intent.TrainingPhrase.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.TrainingPhrase.Builder>public final Intent.TrainingPhrase.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.TrainingPhrase.Builder>Copyright © 2022 Google LLC. All rights reserved.