Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::BatchDeleteConversationsRequest.
Request message for AgentService.BatchDeleteConversations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conversations
def conversations() -> ::Array<::String>
Returns
- (::Array<::String>) — Required. The resource names of the conversations to delete.
#conversations=
def conversations=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Required. The resource names of the conversations to delete.
Returns
- (::Array<::String>) — Required. The resource names of the conversations to delete.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The resource name of the app to delete conversations from.
Format:
projects/{project}/locations/{location}/apps/{app}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the app to delete conversations from.
Format:
projects/{project}/locations/{location}/apps/{app}
Returns
-
(::String) — Required. The resource name of the app to delete conversations from.
Format:
projects/{project}/locations/{location}/apps/{app}