Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AgentCoachingSuggestion

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2AgentCoachingSuggestion

Returns a new instance of GoogleCloudDialogflowV2AgentCoachingSuggestion.



7189
7190
7191
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 7189

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#agent_action_suggestionsArray<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion>

Corresponds to the JSON property agentActionSuggestions



7177
7178
7179
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 7177

def agent_action_suggestions
  @agent_action_suggestions
end

#applicable_instructionsArray<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AgentCoachingInstruction>

Corresponds to the JSON property applicableInstructions



7182
7183
7184
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 7182

def applicable_instructions
  @applicable_instructions
end

#sample_responsesArray<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse>

Corresponds to the JSON property sampleResponses



7187
7188
7189
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 7187

def sample_responses
  @sample_responses
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7194
7195
7196
7197
7198
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 7194

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