Google Cloud Dialogflow v2 API - Class UndeployConversationModelRequest (4.9.0)

public sealed class UndeployConversationModelRequest : IMessage<UndeployConversationModelRequest>, IEquatable<UndeployConversationModelRequest>, IDeepCloneable<UndeployConversationModelRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UndeployConversationModelRequest.

The request message for [ConversationModels.UndeployConversationModel][google.cloud.dialogflow.v2.ConversationModels.UndeployConversationModel]

Inheritance

object > UndeployConversationModelRequest

Namespace

GoogleCloudGoogle.Cloud.DialogflowV2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

UndeployConversationModelRequest()

public UndeployConversationModelRequest()

UndeployConversationModelRequest(UndeployConversationModelRequest)

public UndeployConversationModelRequest(UndeployConversationModelRequest other)
Parameter
NameDescription
otherUndeployConversationModelRequest

Properties

Name

public string Name { get; set; }

Required. The conversation model to undeploy. Format: projects/<Project ID>/conversationModels/<Conversation Model ID>

Property Value
TypeDescription
string