Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedCallAnnotationData

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb

Overview

Data used to render Meet or Google Voice chips in Chat. See go/dynamite- calling-artifacts-in-chat.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppsDynamiteSharedCallAnnotationData

Returns a new instance of AppsDynamiteSharedCallAnnotationData.



1315
1316
1317
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1315

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#call_ended_timestampString

Timestamp when the call ended. Used to render the call ended system message. Corresponds to the JSON property callEndedTimestamp

Returns:

  • (String)


1301
1302
1303
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1301

def call_ended_timestamp
  @call_ended_timestamp
end

#call_metadataGoogle::Apis::CloudsearchV1::AppsDynamiteSharedCallMetadata

Metadata required to generate call artifacts. This can either be the metadata for a Meet or, in the future, Google Voice call. Corresponds to the JSON property callMetadata



1307
1308
1309
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1307

def 
  @call_metadata
end

#call_statusString

Required. Indicates the call status for the space. Used to determine the chip' s state. Corresponds to the JSON property callStatus

Returns:

  • (String)


1313
1314
1315
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1313

def call_status
  @call_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1320
1321
1322
1323
1324
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1320

def update!(**args)
  @call_ended_timestamp = args[:call_ended_timestamp] if args.key?(:call_ended_timestamp)
  @call_metadata = args[:call_metadata] if args.key?(:call_metadata)
  @call_status = args[:call_status] if args.key?(:call_status)
end