Class: Google::Apis::AiplatformV1beta1::LearningGenaiRootCodeyChatMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

Stores all metadata relating to AIDA DoConversation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LearningGenaiRootCodeyChatMetadata

Returns a new instance of LearningGenaiRootCodeyChatMetadata.



35322
35323
35324
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 35322

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#code_languageString

Indicates the programming language of the code if the message is a code chunk. Corresponds to the JSON property codeLanguage

Returns:

  • (String)


35320
35321
35322
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 35320

def code_language
  @code_language
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



35327
35328
35329
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 35327

def update!(**args)
  @code_language = args[:code_language] if args.key?(:code_language)
end