Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenerativeInfo
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenerativeInfo
- 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
-
#action_tracing_info ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Example
Corresponds to the JSON property
actionTracingInfo. -
#current_playbooks ⇒ Array<String>
Corresponds to the JSON property
currentPlaybooks.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1GenerativeInfo
constructor
A new instance of GoogleCloudDialogflowCxV3beta1GenerativeInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1GenerativeInfo
Returns a new instance of GoogleCloudDialogflowCxV3beta1GenerativeInfo.
7743 7744 7745 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7743 def initialize(**args) update!(**args) end |
Instance Attribute Details
#action_tracing_info ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Example
Corresponds to the JSON property actionTracingInfo
7736 7737 7738 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7736 def action_tracing_info @action_tracing_info end |
#current_playbooks ⇒ Array<String>
Corresponds to the JSON property currentPlaybooks
7741 7742 7743 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7741 def current_playbooks @current_playbooks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7748 7749 7750 7751 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7748 def update!(**args) @action_tracing_info = args[:action_tracing_info] if args.key?(:action_tracing_info) @current_playbooks = args[:current_playbooks] if args.key?(:current_playbooks) end |