Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookTraceMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookTraceMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#display_name ⇒ String
Corresponds to the JSON property
displayName. -
#playbook ⇒ String
Corresponds to the JSON property
playbook.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1PlaybookTraceMetadata
constructor
A new instance of GoogleCloudDialogflowCxV3beta1PlaybookTraceMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1PlaybookTraceMetadata
Returns a new instance of GoogleCloudDialogflowCxV3beta1PlaybookTraceMetadata.
10478 10479 10480 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10478 def initialize(**args) update!(**args) end |
Instance Attribute Details
#display_name ⇒ String
Corresponds to the JSON property displayName
10471 10472 10473 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10471 def display_name @display_name end |
#playbook ⇒ String
Corresponds to the JSON property playbook
10476 10477 10478 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10476 def playbook @playbook end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10483 10484 10485 10486 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10483 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) @playbook = args[:playbook] if args.key?(:playbook) end |