Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals
- 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
-
#model ⇒ String
Corresponds to the JSON property
model. -
#model_output ⇒ String
Corresponds to the JSON property
modelOutput. -
#rendered_prompt ⇒ String
Corresponds to the JSON property
renderedPrompt.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals
constructor
A new instance of GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals
Returns a new instance of GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals.
1507 1508 1509 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1507 def initialize(**args) update!(**args) end |
Instance Attribute Details
#model ⇒ String
Corresponds to the JSON property model
1495 1496 1497 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1495 def model @model end |
#model_output ⇒ String
Corresponds to the JSON property modelOutput
1500 1501 1502 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1500 def model_output @model_output end |
#rendered_prompt ⇒ String
Corresponds to the JSON property renderedPrompt
1505 1506 1507 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1505 def rendered_prompt @rendered_prompt end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1512 1513 1514 1515 1516 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1512 def update!(**args) @model = args[:model] if args.key?(:model) @model_output = args[:model_output] if args.key?(:model_output) @rendered_prompt = args[:rendered_prompt] if args.key?(:rendered_prompt) end |