Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Generator
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Generator
- 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
-
#agent_coaching_context ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentCoachingContext
Corresponds to the JSON property
agentCoachingContext. -
#create_time ⇒ String
Corresponds to the JSON property
createTime. -
#description ⇒ String
Corresponds to the JSON property
description. -
#free_form_context ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FreeFormContext
Corresponds to the JSON property
freeFormContext. -
#inference_parameter ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InferenceParameter
Corresponds to the JSON property
inferenceParameter. -
#name ⇒ String
Corresponds to the JSON property
name. -
#published_model ⇒ String
Corresponds to the JSON property
publishedModel. -
#suggestion_deduping_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionDedupingConfig
Corresponds to the JSON property
suggestionDedupingConfig. -
#summarization_context ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationContext
Corresponds to the JSON property
summarizationContext. -
#tools ⇒ Array<String>
Corresponds to the JSON property
tools. -
#trigger_event ⇒ String
Corresponds to the JSON property
triggerEvent. -
#update_time ⇒ String
Corresponds to the JSON property
updateTime.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1Generator
constructor
A new instance of GoogleCloudDialogflowV2beta1Generator.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1Generator
Returns a new instance of GoogleCloudDialogflowV2beta1Generator.
13943 13944 13945 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13943 def initialize(**args) update!(**args) end |
Instance Attribute Details
#agent_coaching_context ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentCoachingContext
Corresponds to the JSON property agentCoachingContext
13886 13887 13888 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13886 def agent_coaching_context @agent_coaching_context end |
#create_time ⇒ String
Corresponds to the JSON property createTime
13891 13892 13893 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13891 def create_time @create_time end |
#description ⇒ String
Corresponds to the JSON property description
13896 13897 13898 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13896 def description @description end |
#free_form_context ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FreeFormContext
Corresponds to the JSON property freeFormContext
13901 13902 13903 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13901 def free_form_context @free_form_context end |
#inference_parameter ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InferenceParameter
Corresponds to the JSON property inferenceParameter
13906 13907 13908 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13906 def inference_parameter @inference_parameter end |
#name ⇒ String
Corresponds to the JSON property name
13911 13912 13913 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13911 def name @name end |
#published_model ⇒ String
Corresponds to the JSON property publishedModel
13916 13917 13918 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13916 def published_model @published_model end |
#suggestion_deduping_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionDedupingConfig
Corresponds to the JSON property suggestionDedupingConfig
13921 13922 13923 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13921 def suggestion_deduping_config @suggestion_deduping_config end |
#summarization_context ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationContext
Corresponds to the JSON property summarizationContext
13926 13927 13928 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13926 def summarization_context @summarization_context end |
#tools ⇒ Array<String>
Corresponds to the JSON property tools
13931 13932 13933 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13931 def tools @tools end |
#trigger_event ⇒ String
Corresponds to the JSON property triggerEvent
13936 13937 13938 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13936 def trigger_event @trigger_event end |
#update_time ⇒ String
Corresponds to the JSON property updateTime
13941 13942 13943 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13941 def update_time @update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13948 13949 13950 13951 13952 13953 13954 13955 13956 13957 13958 13959 13960 13961 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13948 def update!(**args) @agent_coaching_context = args[:agent_coaching_context] if args.key?(:agent_coaching_context) @create_time = args[:create_time] if args.key?(:create_time) @description = args[:description] if args.key?(:description) @free_form_context = args[:free_form_context] if args.key?(:free_form_context) @inference_parameter = args[:inference_parameter] if args.key?(:inference_parameter) @name = args[:name] if args.key?(:name) @published_model = args[:published_model] if args.key?(:published_model) @suggestion_deduping_config = args[:suggestion_deduping_config] if args.key?(:suggestion_deduping_config) @summarization_context = args[:summarization_context] if args.key?(:summarization_context) @tools = args[:tools] if args.key?(:tools) @trigger_event = args[:trigger_event] if args.key?(:trigger_event) @update_time = args[:update_time] if args.key?(:update_time) end |