Class Intent.TrainingPhrase

  • All Implemented Interfaces:
    Intent.TrainingPhraseOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
    Enclosing class:
    Intent

    public static final class Intent.TrainingPhrase
    extends com.google.protobuf.GeneratedMessageV3
    implements Intent.TrainingPhraseOrBuilder
     Represents an example that the agent is trained on to identify the intent.
     
    Protobuf type google.cloud.dialogflow.cx.v3beta1.Intent.TrainingPhrase
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getIdBytes

        public com.google.protobuf.ByteString getIdBytes()
         Output only. The unique identifier of the training phrase.
         
        string id = 1;
        Specified by:
        getIdBytes in interface Intent.TrainingPhraseOrBuilder
        Returns:
        The bytes for id.
      • getPartsList

        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.v3beta1.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.v3beta1.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getPartsList in interface Intent.TrainingPhraseOrBuilder
      • getPartsOrBuilderList

        public 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.v3beta1.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.v3beta1.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getPartsOrBuilderList in interface Intent.TrainingPhraseOrBuilder
      • getPartsCount

        public 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.v3beta1.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.v3beta1.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getPartsCount in interface Intent.TrainingPhraseOrBuilder
      • getParts

        public 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.v3beta1.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.v3beta1.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getParts in interface Intent.TrainingPhraseOrBuilder
      • getPartsOrBuilder

        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.v3beta1.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.v3beta1.Intent.TrainingPhrase.Part parts = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getPartsOrBuilder in interface Intent.TrainingPhraseOrBuilder
      • getRepeatCount

        public int getRepeatCount()
         Indicates how many times this example was added to the intent.
         
        int32 repeat_count = 3;
        Specified by:
        getRepeatCount in interface Intent.TrainingPhraseOrBuilder
        Returns:
        The repeatCount.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Intent.TrainingPhrase parseFrom​(ByteBuffer data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Intent.TrainingPhrase parseFrom​(ByteBuffer data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Intent.TrainingPhrase parseFrom​(com.google.protobuf.ByteString data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Intent.TrainingPhrase parseFrom​(com.google.protobuf.ByteString data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Intent.TrainingPhrase parseFrom​(byte[] data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Intent.TrainingPhrase parseFrom​(byte[] data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public Intent.TrainingPhrase.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Intent.TrainingPhrase.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Intent.TrainingPhrase.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<Intent.TrainingPhrase> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Intent.TrainingPhrase getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder