Google Cloud Dialogflow V2 Client - Class DeleteConversationModelOperationMetadata (1.1.1)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class DeleteConversationModelOperationMetadata.

Metadata for a ConversationModels.DeleteConversationModel operation.

Generated from protobuf message google.cloud.dialogflow.v2.DeleteConversationModelOperationMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ conversation_model string

The resource name of the conversation model. Format: projects/<Project ID>/conversationModels/<Conversation Model Id>

↳ create_time Google\Protobuf\Timestamp

Timestamp when delete conversation model request was created. The time is measured on server side.

getConversationModel

The resource name of the conversation model. Format: projects/<Project ID>/conversationModels/<Conversation Model Id>

Returns
TypeDescription
string

setConversationModel

The resource name of the conversation model. Format: projects/<Project ID>/conversationModels/<Conversation Model Id>

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

Timestamp when delete conversation model request was created. The time is measured on server side.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Timestamp when delete conversation model request was created. The time is measured on server side.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this