Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestion
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestion
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#agent_action_suggestions ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion>
Corresponds to the JSON property
agentActionSuggestions. -
#applicable_instructions ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingInstruction>
Corresponds to the JSON property
applicableInstructions. -
#sample_responses ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse>
Corresponds to the JSON property
sampleResponses.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AgentCoachingSuggestion
constructor
A new instance of GoogleCloudDialogflowV2beta1AgentCoachingSuggestion.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AgentCoachingSuggestion
Returns a new instance of GoogleCloudDialogflowV2beta1AgentCoachingSuggestion.
17257 17258 17259 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17257 def initialize(**args) update!(**args) end |
Instance Attribute Details
#agent_action_suggestions ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion>
Corresponds to the JSON property agentActionSuggestions
17245 17246 17247 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17245 def agent_action_suggestions @agent_action_suggestions end |
#applicable_instructions ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingInstruction>
Corresponds to the JSON property applicableInstructions
17250 17251 17252 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17250 def applicable_instructions @applicable_instructions end |
#sample_responses ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse>
Corresponds to the JSON property sampleResponses
17255 17256 17257 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17255 def sample_responses @sample_responses end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17262 17263 17264 17265 17266 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17262 def update!(**args) @agent_action_suggestions = args[:agent_action_suggestions] if args.key?(:agent_action_suggestions) @applicable_instructions = args[:applicable_instructions] if args.key?(:applicable_instructions) @sample_responses = args[:sample_responses] if args.key?(:sample_responses) end |