Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt
- 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
Overview
A FallbackPrompt is a way to provide specifications for the Data Store fallback prompt when generating responses.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt
constructor
A new instance of GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt
Returns a new instance of GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt.
9437 9438 9439 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9437 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9442 9443 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9442 def update!(**args) end |