Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignals
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignals
- 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
-
#answer ⇒ String
Corresponds to the JSON property
answer. -
#answer_generation_model_call_signals ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerGenerationModelCallSignals
Corresponds to the JSON property
answerGenerationModelCallSignals. -
#answer_parts ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerPart>
Corresponds to the JSON property
answerParts. -
#cited_snippets ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignalsCitedSnippet>
Corresponds to the JSON property
citedSnippets. -
#grounding_signals ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignalsGroundingSignals
Corresponds to the JSON property
groundingSignals. -
#rewriter_model_call_signals ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals
Corresponds to the JSON property
rewriterModelCallSignals. -
#rewritten_query ⇒ String
Corresponds to the JSON property
rewrittenQuery. -
#safety_signals ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSafetySignals
Corresponds to the JSON property
safetySignals. -
#search_snippets ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet>
Corresponds to the JSON property
searchSnippets.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3DataStoreConnectionSignals
constructor
A new instance of GoogleCloudDialogflowCxV3DataStoreConnectionSignals.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3DataStoreConnectionSignals
Returns a new instance of GoogleCloudDialogflowCxV3DataStoreConnectionSignals.
1364 1365 1366 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1364 def initialize(**args) update!(**args) end |
Instance Attribute Details
#answer ⇒ String
Corresponds to the JSON property answer
1322 1323 1324 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1322 def answer @answer end |
#answer_generation_model_call_signals ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerGenerationModelCallSignals
Corresponds to the JSON property answerGenerationModelCallSignals
1327 1328 1329 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1327 def answer_generation_model_call_signals @answer_generation_model_call_signals end |
#answer_parts ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerPart>
Corresponds to the JSON property answerParts
1332 1333 1334 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1332 def answer_parts @answer_parts end |
#cited_snippets ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignalsCitedSnippet>
Corresponds to the JSON property citedSnippets
1337 1338 1339 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1337 def cited_snippets @cited_snippets end |
#grounding_signals ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignalsGroundingSignals
Corresponds to the JSON property groundingSignals
1342 1343 1344 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1342 def grounding_signals @grounding_signals end |
#rewriter_model_call_signals ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals
Corresponds to the JSON property rewriterModelCallSignals
1347 1348 1349 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1347 def rewriter_model_call_signals @rewriter_model_call_signals end |
#rewritten_query ⇒ String
Corresponds to the JSON property rewrittenQuery
1352 1353 1354 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1352 def rewritten_query @rewritten_query end |
#safety_signals ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSafetySignals
Corresponds to the JSON property safetySignals
1357 1358 1359 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1357 def safety_signals @safety_signals end |
#search_snippets ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet>
Corresponds to the JSON property searchSnippets
1362 1363 1364 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1362 def search_snippets @search_snippets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1369 def update!(**args) @answer = args[:answer] if args.key?(:answer) @answer_generation_model_call_signals = args[:answer_generation_model_call_signals] if args.key?(:answer_generation_model_call_signals) @answer_parts = args[:answer_parts] if args.key?(:answer_parts) @cited_snippets = args[:cited_snippets] if args.key?(:cited_snippets) @grounding_signals = args[:grounding_signals] if args.key?(:grounding_signals) @rewriter_model_call_signals = args[:rewriter_model_call_signals] if args.key?(:rewriter_model_call_signals) @rewritten_query = args[:rewritten_query] if args.key?(:rewritten_query) @safety_signals = args[:safety_signals] if args.key?(:safety_signals) @search_snippets = args[:search_snippets] if args.key?(:search_snippets) end |