Class: Google::Apis::CesV1::BatchDeleteConversationsRequest

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

Overview

Request message for AgentService.BatchDeleteConversations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchDeleteConversationsRequest

Returns a new instance of BatchDeleteConversationsRequest.



1190
1191
1192
# File 'lib/google/apis/ces_v1/classes.rb', line 1190

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

Instance Attribute Details

#conversationsArray<String>

Required. The resource names of the conversations to delete. Corresponds to the JSON property conversations

Returns:

  • (Array<String>)


1188
1189
1190
# File 'lib/google/apis/ces_v1/classes.rb', line 1188

def conversations
  @conversations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1195
1196
1197
# File 'lib/google/apis/ces_v1/classes.rb', line 1195

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