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, CONVERSATION_SUMMARIZATION.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig

Returns a new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig.



11574
11575
11576
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11574

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)


11572
11573
11574
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11572

def model
  @model
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11579
11580
11581
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11579

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