Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig

Inherits:
Object
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig

Returns a new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig.



9620
9621
9622
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9620

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#modelString

Conversation model resource name. Format: projects//conversationModels/. Corresponds to the JSON property model

Returns:

  • (String)


9618
9619
9620
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9618

def model
  @model
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9625
9626
9627
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9625

def update!(**args)
  @model = args[:model] if args.key?(:model)
end