Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Instance Attribute Summary collapse
-
#baseline_model_version ⇒ String
Corresponds to the JSON property
baselineModelVersion. -
#model ⇒ String
Corresponds to the JSON property
model.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig
constructor
A new instance of GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig
Returns a new instance of GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig.
10854 10855 10856 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10854 def initialize(**args) update!(**args) end |
Instance Attribute Details
#baseline_model_version ⇒ String
Corresponds to the JSON property baselineModelVersion
10847 10848 10849 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10847 def baseline_model_version @baseline_model_version end |
#model ⇒ String
Corresponds to the JSON property model
10852 10853 10854 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10852 def model @model end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10859 10860 10861 10862 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10859 def update!(**args) @baseline_model_version = args[:baseline_model_version] if args.key?(:baseline_model_version) @model = args[:model] if args.key?(:model) end |