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.



1341
1342
1343
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1341

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)


1327
1328
1329
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1327

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



1333
1334
1335
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1333

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)


1339
1340
1341
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1339

def call_status
  @call_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1346
1347
1348
1349
1350
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1346

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