Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FewShotExample
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FewShotExample
- 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
-
#conversation_context ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationContext
Corresponds to the JSON property
conversationContext. -
#extra_info ⇒ Hash<String,String>
Corresponds to the JSON property
extraInfo. -
#output ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorSuggestion
Corresponds to the JSON property
output. -
#summarization_section_list ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationSectionList
Corresponds to the JSON property
summarizationSectionList.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1FewShotExample
constructor
A new instance of GoogleCloudDialogflowV2beta1FewShotExample.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1FewShotExample
Returns a new instance of GoogleCloudDialogflowV2beta1FewShotExample.
13397 13398 13399 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13397 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversation_context ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationContext
Corresponds to the JSON property conversationContext
13380 13381 13382 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13380 def conversation_context @conversation_context end |
#extra_info ⇒ Hash<String,String>
Corresponds to the JSON property extraInfo
13385 13386 13387 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13385 def extra_info @extra_info end |
#output ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorSuggestion
Corresponds to the JSON property output
13390 13391 13392 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13390 def output @output end |
#summarization_section_list ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationSectionList
Corresponds to the JSON property summarizationSectionList
13395 13396 13397 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13395 def summarization_section_list @summarization_section_list end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13402 13403 13404 13405 13406 13407 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13402 def update!(**args) @conversation_context = args[:conversation_context] if args.key?(:conversation_context) @extra_info = args[:extra_info] if args.key?(:extra_info) @output = args[:output] if args.key?(:output) @summarization_section_list = args[:summarization_section_list] if args.key?(:summarization_section_list) end |