Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ArticleSuggestionModelMetadata

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2ArticleSuggestionModelMetadata

Returns a new instance of GoogleCloudDialogflowV2ArticleSuggestionModelMetadata.



7129
7130
7131
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 7129

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

Instance Attribute Details

#training_model_typeString

Corresponds to the JSON property trainingModelType

Returns:

  • (String)


7127
7128
7129
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 7127

def training_model_type
  @training_model_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7134
7135
7136
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 7134

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