Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1GeneratorSuggestion

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1GeneratorSuggestion

Returns a new instance of GoogleCloudDialogflowV2beta1GeneratorSuggestion.



17960
17961
17962
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17960

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

Instance Attribute Details

#agent_coaching_suggestionGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestion

Corresponds to the JSON property agentCoachingSuggestion



17943
17944
17945
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17943

def agent_coaching_suggestion
  @agent_coaching_suggestion
end

#free_form_suggestionGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1FreeFormSuggestion

Corresponds to the JSON property freeFormSuggestion



17948
17949
17950
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17948

def free_form_suggestion
  @free_form_suggestion
end

#summary_suggestionGoogle::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SummarySuggestion

Corresponds to the JSON property summarySuggestion



17953
17954
17955
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17953

def summary_suggestion
  @summary_suggestion
end

#tool_call_infoArray<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo>

Corresponds to the JSON property toolCallInfo



17958
17959
17960
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17958

def tool_call_info
  @tool_call_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17965
17966
17967
17968
17969
17970
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17965

def update!(**args)
  @agent_coaching_suggestion = args[:agent_coaching_suggestion] if args.key?(:agent_coaching_suggestion)
  @free_form_suggestion = args[:free_form_suggestion] if args.key?(:free_form_suggestion)
  @summary_suggestion = args[:summary_suggestion] if args.key?(:summary_suggestion)
  @tool_call_info = args[:tool_call_info] if args.key?(:tool_call_info)
end