Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig
- 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
Instance Attribute Summary collapse
-
#recent_sentences_count ⇒ Fixnum
Corresponds to the JSON property
recentSentencesCount.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig
constructor
A new instance of GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig
Returns a new instance of GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig.
10856 10857 10858 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10856 def initialize(**args) update!(**args) end |
Instance Attribute Details
#recent_sentences_count ⇒ Fixnum
Corresponds to the JSON property recentSentencesCount
10854 10855 10856 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10854 def recent_sentences_count @recent_sentences_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10861 10862 10863 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10861 def update!(**args) @recent_sentences_count = args[:recent_sentences_count] if args.key?(:recent_sentences_count) end |