Reference documentation and code samples for the Google Cloud Ces V1 Client class DeleteConversationRequest.
Request message for AgentService.DeleteConversation .
Generated from protobuf message google.cloud.ces.v1.DeleteConversationRequest
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the conversation to delete.
↳ source
int
Optional. Indicate the source of the conversation. If not set, Source.Live will be applied by default.
getName
Required. The resource name of the conversation to delete.
string
setName
Required. The resource name of the conversation to delete.
var
string
$this
getSource
Optional. Indicate the source of the conversation. If not set, Source.Live will be applied by default.
setSource
Optional. Indicate the source of the conversation. If not set, Source.Live will be applied by default.
$this
static::build
name
string
Required. The resource name of the conversation to delete. Please see AgentServiceClient::conversationName() for help formatting this field.

