Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookInput

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3PlaybookInput

Returns a new instance of GoogleCloudDialogflowCxV3PlaybookInput.



5911
5912
5913
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5911

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

Instance Attribute Details

#preceding_conversation_summaryString

Corresponds to the JSON property precedingConversationSummary

Returns:

  • (String)


5909
5910
5911
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5909

def preceding_conversation_summary
  @preceding_conversation_summary
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5916
5917
5918
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5916

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