Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsCitedSnippet
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsCitedSnippet
- 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
-
#search_snippet ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet
Corresponds to the JSON property
searchSnippet. -
#snippet_index ⇒ Fixnum
Corresponds to the JSON property
snippetIndex.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsCitedSnippet
constructor
A new instance of GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsCitedSnippet.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsCitedSnippet
Returns a new instance of GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsCitedSnippet.
5524 5525 5526 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5524 def initialize(**args) update!(**args) end |
Instance Attribute Details
#search_snippet ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet
Corresponds to the JSON property searchSnippet
5517 5518 5519 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5517 def search_snippet @search_snippet end |
#snippet_index ⇒ Fixnum
Corresponds to the JSON property snippetIndex
5522 5523 5524 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5522 def snippet_index @snippet_index end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5529 5530 5531 5532 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5529 def update!(**args) @search_snippet = args[:search_snippet] if args.key?(:search_snippet) @snippet_index = args[:snippet_index] if args.key?(:snippet_index) end |