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.
10148 10149 10150 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10148 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
10146 10147 10148 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10146 def snippets @snippets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10153 10154 10155 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10153 def update!(**args) @snippets = args[:snippets] if args.key?(:snippets) end |