Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent
- 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
Instance Attribute Summary collapse
-
#content ⇒ String
Corresponds to the JSON property
contentNOTE: Values are automatically base64 encoded/decoded in the client library. -
#mime_type ⇒ String
Corresponds to the JSON property
mimeType.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent
constructor
A new instance of GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent
Returns a new instance of GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent.
12624 12625 12626 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12624 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.
12617 12618 12619 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12617 def content @content end |
#mime_type ⇒ String
Corresponds to the JSON property mimeType
12622 12623 12624 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12622 def mime_type @mime_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12629 12630 12631 12632 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12629 def update!(**args) @content = args[:content] if args.key?(:content) @mime_type = args[:mime_type] if args.key?(:mime_type) end |