Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource
- 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
Overview
Details about source of Generative answer.
Instance Attribute Summary collapse
-
#snippets ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet>
All snippets used for this Generative Prediction, with their source URI and data.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource
constructor
A new instance of GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource
Returns a new instance of GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource.
10068 10069 10070 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10068 def initialize(**args) update!(**args) end |
Instance Attribute Details
#snippets ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet>
All snippets used for this Generative Prediction, with their source URI and
data.
Corresponds to the JSON property snippets
10066 10067 10068 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10066 def snippets @snippets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10073 10074 10075 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10073 def update!(**args) @snippets = args[:snippets] if args.key?(:snippets) end |