Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::UndeployConversationModelOperationMetadata.
Metadata for a ConversationModels.UndeployConversationModel operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conversation_model
def conversation_model() -> ::String
Returns
-
(::String) — The resource name of the conversation model. Format:
projects/<Project ID>/conversationModels/<Conversation Model Id>
#conversation_model=
def conversation_model=(value) -> ::String
Parameter
-
value (::String) — The resource name of the conversation model. Format:
projects/<Project ID>/conversationModels/<Conversation Model Id>
Returns
-
(::String) — The resource name of the conversation model. Format:
projects/<Project ID>/conversationModels/<Conversation Model Id>
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Timestamp when the request to undeploy conversation model was submitted. The time is measured on server side.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Timestamp when the request to undeploy conversation model was submitted. The time is measured on server side.
Returns
- (::Google::Protobuf::Timestamp) — Timestamp when the request to undeploy conversation model was submitted. The time is measured on server side.