Interface CreateConversationModelRequestOrBuilder (4.48.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
Type Description
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
Type Description
ConversationModelOrBuilder

getParent()

public abstract String getParent()

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

string parent = 1;

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1;

Returns
Type Description
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
Type Description
boolean

Whether the conversationModel field is set.