Class: Google::Cloud::Ces::V1beta::DeleteConversationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1beta/agent_service.rb

Overview

Request message for AgentService.DeleteConversation.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the conversation to delete.

Returns:

  • (::String)

    Required. The resource name of the conversation to delete.



709
710
711
712
# File 'proto_docs/google/cloud/ces/v1beta/agent_service.rb', line 709

class DeleteConversationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source::Google::Cloud::Ces::V1beta::Conversation::Source

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns Optional. Indicate the source of the conversation. If not set, Source.Live will be applied by default.

Returns:



709
710
711
712
# File 'proto_docs/google/cloud/ces/v1beta/agent_service.rb', line 709

class DeleteConversationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end