Interface ConversationInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ConversationInfo, ConversationInfo.Builder

    public interface ConversationInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getLanguageCode()
      Optional.
      com.google.protobuf.ByteString getLanguageCodeBytes()
      Optional.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getLanguageCode

        String getLanguageCode()
         Optional. The language code of the conversation data within this dataset.
         See https://cloud.google.com/apis/design/standard_fields for more
         information. Supports all UTF-8 languages.
         
        string language_code = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The languageCode.
      • getLanguageCodeBytes

        com.google.protobuf.ByteString getLanguageCodeBytes()
         Optional. The language code of the conversation data within this dataset.
         See https://cloud.google.com/apis/design/standard_fields for more
         information. Supports all UTF-8 languages.
         
        string language_code = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for languageCode.