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.
10822 10823 10824 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10822 def initialize(**args) update!(**args) end |
Instance Attribute Details
#baseline_model_version ⇒ String
Corresponds to the JSON property baselineModelVersion
10815 10816 10817 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10815 def baseline_model_version @baseline_model_version end |
#model ⇒ String
Corresponds to the JSON property model
10820 10821 10822 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10820 def model @model end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10827 10828 10829 10830 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10827 def update!(**args) @baseline_model_version = args[:baseline_model_version] if args.key?(:baseline_model_version) @model = args[:model] if args.key?(:model) end |