Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet
- 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
-
#document_title ⇒ String
Corresponds to the JSON property
documentTitle. -
#document_uri ⇒ String
Corresponds to the JSON property
documentUri. -
#metadata ⇒ Hash<String,Object>
Corresponds to the JSON property
metadata. -
#text ⇒ String
Corresponds to the JSON property
text.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet
constructor
A new instance of GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet
Returns a new instance of GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet.
5646 5647 5648 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5646 def initialize(**args) update!(**args) end |
Instance Attribute Details
#document_title ⇒ String
Corresponds to the JSON property documentTitle
5629 5630 5631 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5629 def document_title @document_title end |
#document_uri ⇒ String
Corresponds to the JSON property documentUri
5634 5635 5636 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5634 def document_uri @document_uri end |
#metadata ⇒ Hash<String,Object>
Corresponds to the JSON property metadata
5639 5640 5641 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5639 def @metadata end |
#text ⇒ String
Corresponds to the JSON property text
5644 5645 5646 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5644 def text @text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5651 5652 5653 5654 5655 5656 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5651 def update!(**args) @document_title = args[:document_title] if args.key?(:document_title) @document_uri = args[:document_uri] if args.key?(:document_uri) @metadata = args[:metadata] if args.key?(:metadata) @text = args[:text] if args.key?(:text) end |