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.



1099
1100
1101
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1099

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)


1085
1086
1087
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1085

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



1091
1092
1093
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1091

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)


1097
1098
1099
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1097

def call_status
  @call_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1104
1105
1106
1107
1108
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1104

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