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.
7266 7267 7268 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7266 def initialize(**args) update!(**args) end |
Instance Attribute Details
#display_name ⇒ String
Corresponds to the JSON property displayName
7259 7260 7261 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7259 def display_name @display_name end |
#flow ⇒ String
Corresponds to the JSON property flow
7264 7265 7266 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7264 def flow @flow end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7271 7272 7273 7274 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7271 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) @flow = args[:flow] if args.key?(:flow) end |