Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class CreateConversationModelEvaluationOperationMetadata.
Metadata for a ConversationModels.CreateConversationModelEvaluation operation.
Generated from protobuf message google.cloud.dialogflow.v2.CreateConversationModelEvaluationOperationMetadata
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ conversation_model_evaluation |
string
The resource name of the conversation model. Format: |
↳ 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 was submitted. The time is measured on server side. |
getConversationModelEvaluation
The resource name of the conversation model. Format:
projects/<Project ID>/locations/<Location
ID>/conversationModels/<Conversation Model Id>/evaluations/<Evaluation Id>
Returns | |
---|---|
Type | Description |
string |
setConversationModelEvaluation
The resource name of the conversation model. Format:
projects/<Project ID>/locations/<Location
ID>/conversationModels/<Conversation Model Id>/evaluations/<Evaluation Id>
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getConversationModel
The resource name of the conversation model. Format:
projects/<Project ID>/locations/<Location
ID>/conversationModels/<Conversation Model Id>
Returns | |
---|---|
Type | Description |
string |
setConversationModel
The resource name of the conversation model. Format:
projects/<Project ID>/locations/<Location
ID>/conversationModels/<Conversation Model Id>
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getState
State of CreateConversationModel operation.
Returns | |
---|---|
Type | Description |
int |
setState
State of CreateConversationModel operation.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Timestamp when the request to create conversation model was submitted. The time is measured on server side.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Timestamp when the request to create conversation model was submitted. The time is measured on server side.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |