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
Overview
Custom conversation models used in agent assist feature. Supported feature: ARTICLE_SUGGESTION, SMART_COMPOSE, SMART_REPLY.
Instance Attribute Summary collapse
-
#model ⇒ String
Conversation model resource name.
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.
8169 8170 8171 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8169 def initialize(**args) update!(**args) end |
Instance Attribute Details
#model ⇒ String
Conversation model resource name. Format: projects//conversationModels/.
Corresponds to the JSON property model
8167 8168 8169 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8167 def model @model end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8174 8175 8176 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8174 def update!(**args) @model = args[:model] if args.key?(:model) end |