Reference documentation and code samples for the Google Cloud Ces V1 Client class GetConversationRequest.
Request message for AgentService.GetConversation .
Generated from protobuf message google.cloud.ces.v1.GetConversationRequest
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 retrieve.
↳ source
int
Optional. Indicate the source of the conversation. If not set, all source will be searched.
getName
Required. The resource name of the conversation to retrieve.
string
setName
Required. The resource name of the conversation to retrieve.
var
string
$this
getSource
Optional. Indicate the source of the conversation. If not set, all source will be searched.
setSource
Optional. Indicate the source of the conversation. If not set, all source will be searched.
$this
static::build
name
string
Required. The resource name of the conversation to retrieve. Please see AgentServiceClient::conversationName() for help formatting this field.

