Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1InlineDestination
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1InlineDestination
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#content ⇒ String
Corresponds to the JSON property
contentNOTE: Values are automatically base64 encoded/decoded in the client library.
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.
11135 11136 11137 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 11135 def initialize(**args) update!(**args) end |
Instance Attribute Details
#content ⇒ String
Corresponds to the JSON property content
NOTE: Values are automatically base64 encoded/decoded in the client library.
11133 11134 11135 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 11133 def content @content end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11140 11141 11142 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 11140 def update!(**args) @content = args[:content] if args.key?(:content) end |