Interface UpdateConversationProfileRequestOrBuilder (4.43.0)

public interface UpdateConversationProfileRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversationProfile()

public abstract ConversationProfile getConversationProfile()

Required. The conversation profile to update.

.google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ConversationProfile

The conversationProfile.

getConversationProfileOrBuilder()

public abstract ConversationProfileOrBuilder getConversationProfileOrBuilder()

Required. The conversation profile to update.

.google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ConversationProfileOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. The mask to control which fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The mask to control which fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMaskOrBuilder

hasConversationProfile()

public abstract boolean hasConversationProfile()

Required. The conversation profile to update.

.google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the conversationProfile field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. The mask to control which fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the updateMask field is set.