Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1InlineDestination
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1InlineDestination
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Overview
Inline destination for a Dialogflow operation that writes or exports objects ( e.g. intents) outside of Dialogflow.
Instance Attribute Summary collapse
-
#content ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1InlineDestination
constructor
A new instance of GoogleCloudDialogflowCxV3beta1InlineDestination.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1InlineDestination
Returns a new instance of GoogleCloudDialogflowCxV3beta1InlineDestination.
5563 5564 5565 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 5563 def initialize(**args) update!(**args) end |
Instance Attribute Details
#content ⇒ String
Output only. The uncompressed byte content for the objects. Only populated in
responses.
Corresponds to the JSON property content
NOTE: Values are automatically base64 encoded/decoded in the client library.
5561 5562 5563 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 5561 def content @content end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5568 5569 5570 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 5568 def update!(**args) @content = args[:content] if args.key?(:content) end |