Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#answer ⇒ String
Corresponds to the JSON property
answer. -
#answer_generation_model_call_signals ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerGenerationModelCallSignals
Corresponds to the JSON property
answerGenerationModelCallSignals. -
#answer_parts ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerPart>
Corresponds to the JSON property
answerParts. -
#cited_snippets ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsCitedSnippet>
Corresponds to the JSON property
citedSnippets. -
#grounding_signals ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsGroundingSignals
Corresponds to the JSON property
groundingSignals. -
#rewriter_model_call_signals ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsRewriterModelCallSignals
Corresponds to the JSON property
rewriterModelCallSignals. -
#rewritten_query ⇒ String
Corresponds to the JSON property
rewrittenQuery. -
#safety_signals ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSafetySignals
Corresponds to the JSON property
safetySignals. -
#search_snippets ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet>
Corresponds to the JSON property
searchSnippets.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals
constructor
A new instance of GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals
Returns a new instance of GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals.
5436 5437 5438 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5436 def initialize(**args) update!(**args) end |
Instance Attribute Details
#answer ⇒ String
Corresponds to the JSON property answer
5394 5395 5396 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5394 def answer @answer end |
#answer_generation_model_call_signals ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerGenerationModelCallSignals
Corresponds to the JSON property answerGenerationModelCallSignals
5399 5400 5401 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5399 def answer_generation_model_call_signals @answer_generation_model_call_signals end |
#answer_parts ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerPart>
Corresponds to the JSON property answerParts
5404 5405 5406 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5404 def answer_parts @answer_parts end |
#cited_snippets ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsCitedSnippet>
Corresponds to the JSON property citedSnippets
5409 5410 5411 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5409 def cited_snippets @cited_snippets end |
#grounding_signals ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsGroundingSignals
Corresponds to the JSON property groundingSignals
5414 5415 5416 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5414 def grounding_signals @grounding_signals end |
#rewriter_model_call_signals ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsRewriterModelCallSignals
Corresponds to the JSON property rewriterModelCallSignals
5419 5420 5421 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5419 def rewriter_model_call_signals @rewriter_model_call_signals end |
#rewritten_query ⇒ String
Corresponds to the JSON property rewrittenQuery
5424 5425 5426 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5424 def rewritten_query @rewritten_query end |
#safety_signals ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSafetySignals
Corresponds to the JSON property safetySignals
5429 5430 5431 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5429 def safety_signals @safety_signals end |
#search_snippets ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet>
Corresponds to the JSON property searchSnippets
5434 5435 5436 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5434 def search_snippets @search_snippets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5441 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 |