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
Required.
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.
6618 6619 6620 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 6618 def initialize(**args) update!(**args) end |
Instance Attribute Details
#model ⇒ String
Required. Conversation model resource name. Format: projects//
conversationModels/.
Corresponds to the JSON property model
6616 6617 6618 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 6616 def model @model end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6623 6624 6625 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 6623 def update!(**args) @model = args[:model] if args.key?(:model) end |