Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_titleString

Corresponds to the JSON property documentTitle

Returns:

  • (String)


5635
5636
5637
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5635

def document_title
  @document_title
end

#document_uriString

Corresponds to the JSON property documentUri

Returns:

  • (String)


5640
5641
5642
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5640

def document_uri
  @document_uri
end

#metadataHash<String,Object>

Corresponds to the JSON property metadata

Returns:

  • (Hash<String,Object>)


5645
5646
5647
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5645

def 
  @metadata
end

#textString

Corresponds to the JSON property text

Returns:

  • (String)


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