Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class DeployConversationModelOperationMetadata.
Metadata for a ConversationModels.DeployConversationModel operation.
Generated from protobuf message google.cloud.dialogflow.v2.DeployConversationModelOperationMetadata
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ conversation_model |
string
The resource name of the conversation model. Format: |
↳ create_time |
Google\Protobuf\Timestamp
Timestamp when request to deploy conversation model was submitted. The time is measured on server side. |
getConversationModel
The resource name of the conversation model. Format:
projects/<Project ID>/conversationModels/<Conversation Model Id>
Returns | |
---|---|
Type | Description |
string |
setConversationModel
The resource name of the conversation model. Format:
projects/<Project ID>/conversationModels/<Conversation Model Id>
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Timestamp when request to deploy conversation model was submitted. The time is measured on server side.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Timestamp when request to deploy conversation model was submitted. The time is measured on server side.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |