Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
- 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
Overview
Custom conversation models used in agent assist feature. Supported feature: ARTICLE_SUGGESTION, SMART_COMPOSE, SMART_REPLY, CONVERSATION_SUMMARIZATION.
Instance Attribute Summary collapse
-
#model ⇒ String
Conversation model resource name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
constructor
A new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
Returns a new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig.
11302 11303 11304 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11302 def initialize(**args) update!(**args) end |
Instance Attribute Details
#model ⇒ String
Conversation model resource name. Format: projects//conversationModels/.
Corresponds to the JSON property model
11300 11301 11302 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11300 def model @model end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11307 11308 11309 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11307 def update!(**args) @model = args[:model] if args.key?(:model) end |