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.
5652 5653 5654 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5652 def initialize(**args) update!(**args) end |
Instance Attribute Details
#document_title ⇒ String
Corresponds to the JSON property documentTitle
5635 5636 5637 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5635 def document_title @document_title end |
#document_uri ⇒ String
Corresponds to the JSON property documentUri
5640 5641 5642 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5640 def document_uri @document_uri end |
#metadata ⇒ Hash<String,Object>
Corresponds to the JSON property metadata
5645 5646 5647 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5645 def @metadata end |
#text ⇒ String
Corresponds to the JSON property text
5650 5651 5652 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5650 def text @text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5657 5658 5659 5660 5661 5662 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5657 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 |