Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookInput
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookInput
- 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
Overview
Input of the playbook.
Instance Attribute Summary collapse
-
#preceding_conversation_summary ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3PlaybookInput
constructor
A new instance of GoogleCloudDialogflowCxV3PlaybookInput.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3PlaybookInput
Returns a new instance of GoogleCloudDialogflowCxV3PlaybookInput.
6786 6787 6788 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6786 def initialize(**args) update!(**args) end |
Instance Attribute Details
#preceding_conversation_summary ⇒ String
Optional. Summary string of the preceding conversation for the child playbook
invocation.
Corresponds to the JSON property precedingConversationSummary
6784 6785 6786 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6784 def preceding_conversation_summary @preceding_conversation_summary end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6791 6792 6793 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6791 def update!(**args) @preceding_conversation_summary = args[:preceding_conversation_summary] if args.key?(:preceding_conversation_summary) end |