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.
5442 5443 5444 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5442 def initialize(**args) update!(**args) end |
Instance Attribute Details
#answer ⇒ String
Corresponds to the JSON property answer
5400 5401 5402 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5400 def answer @answer end |
#answer_generation_model_call_signals ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerGenerationModelCallSignals
Corresponds to the JSON property answerGenerationModelCallSignals
5405 5406 5407 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5405 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
5410 5411 5412 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5410 def answer_parts @answer_parts end |
#cited_snippets ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsCitedSnippet>
Corresponds to the JSON property citedSnippets
5415 5416 5417 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5415 def cited_snippets @cited_snippets end |
#grounding_signals ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsGroundingSignals
Corresponds to the JSON property groundingSignals
5420 5421 5422 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5420 def grounding_signals @grounding_signals end |
#rewriter_model_call_signals ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsRewriterModelCallSignals
Corresponds to the JSON property rewriterModelCallSignals
5425 5426 5427 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5425 def rewriter_model_call_signals @rewriter_model_call_signals end |
#rewritten_query ⇒ String
Corresponds to the JSON property rewrittenQuery
5430 5431 5432 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5430 def rewritten_query @rewritten_query end |
#safety_signals ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSafetySignals
Corresponds to the JSON property safetySignals
5435 5436 5437 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5435 def safety_signals @safety_signals end |
#search_snippets ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet>
Corresponds to the JSON property searchSnippets
5440 5441 5442 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5440 def search_snippets @search_snippets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5447 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 |