Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/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) ⇒ GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent
constructor
A new instance of GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent
Returns a new instance of GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent.
8856 8857 8858 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8856 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.
8849 8850 8851 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8849 def content @content end |
#mime_type ⇒ String
Corresponds to the JSON property mimeType
8854 8855 8856 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8854 def mime_type @mime_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8861 8862 8863 8864 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8861 def update!(**args) @content = args[:content] if args.key?(:content) @mime_type = args[:mime_type] if args.key?(:mime_type) end |