Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FlowTraceMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FlowTraceMetadata
- 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. -
#flow ⇒ String
Corresponds to the JSON property
flow.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1FlowTraceMetadata
constructor
A new instance of GoogleCloudDialogflowCxV3beta1FlowTraceMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1FlowTraceMetadata
Returns a new instance of GoogleCloudDialogflowCxV3beta1FlowTraceMetadata.
7272 7273 7274 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7272 def initialize(**args) update!(**args) end |
Instance Attribute Details
#display_name ⇒ String
Corresponds to the JSON property displayName
7265 7266 7267 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7265 def display_name @display_name end |
#flow ⇒ String
Corresponds to the JSON property flow
7270 7271 7272 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7270 def flow @flow end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7277 7278 7279 7280 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7277 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) @flow = args[:flow] if args.key?(:flow) end |