Interface CreateConversationModelRequestOrBuilder (4.47.0)

public interface CreateConversationModelRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversationModel()

public abstract ConversationModel getConversationModel()

Required. The conversation model to create.

.google.cloud.dialogflow.v2.ConversationModel conversation_model = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ConversationModel

The conversationModel.

getConversationModelOrBuilder()

public abstract ConversationModelOrBuilder getConversationModelOrBuilder()

Required. The conversation model to create.

.google.cloud.dialogflow.v2.ConversationModel conversation_model = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ConversationModelOrBuilder

getParent()

public abstract String getParent()

The project to create conversation model for. Format: projects/<Project ID>

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

The project to create conversation model for. Format: projects/<Project ID>

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.

hasConversationModel()

public abstract boolean hasConversationModel()

Required. The conversation model to create.

.google.cloud.dialogflow.v2.ConversationModel conversation_model = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the conversationModel field is set.