Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionSources
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionSources
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#instruction_indexes ⇒ Array<Fixnum>
Corresponds to the JSON property
instructionIndexes.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2AgentCoachingSuggestionSources
constructor
A new instance of GoogleCloudDialogflowV2AgentCoachingSuggestionSources.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2AgentCoachingSuggestionSources
Returns a new instance of GoogleCloudDialogflowV2AgentCoachingSuggestionSources.
7018 7019 7020 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 7018 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instruction_indexes ⇒ Array<Fixnum>
Corresponds to the JSON property instructionIndexes
7016 7017 7018 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 7016 def instruction_indexes @instruction_indexes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7023 7024 7025 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 7023 def update!(**args) @instruction_indexes = args[:instruction_indexes] if args.key?(:instruction_indexes) end |