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.



1252
1253
1254
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1252

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)


1238
1239
1240
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1238

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



1244
1245
1246
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1244

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)


1250
1251
1252
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1250

def call_status
  @call_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1257
1258
1259
1260
1261
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1257

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