Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class CreateConversationModelOperationMetadata.
Metadata for a ConversationModels.CreateConversationModel operation.
Generated from protobuf message google.cloud.dialogflow.v2.CreateConversationModelOperationMetadata
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: |
↳ state |
int
State of CreateConversationModel operation. |
↳ create_time |
Google\Protobuf\Timestamp
Timestamp when the request to create conversation model is submitted. The time is measured on server side. |
getConversationModel
The resource name of the conversation model. Format:
projects/<Project ID>/conversationModels/<Conversation Model Id>
Generated from protobuf field string conversation_model = 1;
Returns | |
---|---|
Type | Description |
string |
setConversationModel
The resource name of the conversation model. Format:
projects/<Project ID>/conversationModels/<Conversation Model Id>
Generated from protobuf field string conversation_model = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getState
State of CreateConversationModel operation.
Generated from protobuf field .google.cloud.dialogflow.v2.CreateConversationModelOperationMetadata.State state = 2;
Returns | |
---|---|
Type | Description |
int |
setState
State of CreateConversationModel operation.
Generated from protobuf field .google.cloud.dialogflow.v2.CreateConversationModelOperationMetadata.State state = 2;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Timestamp when the request to create conversation model is submitted. The time is measured on server side.
Generated from protobuf field .google.protobuf.Timestamp create_time = 3;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Timestamp when the request to create conversation model is submitted. The time is measured on server side.
Generated from protobuf field .google.protobuf.Timestamp create_time = 3;
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |