public interface UpdateConversationProfileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConversationProfile |
getConversationProfile()
Required.
|
ConversationProfileOrBuilder |
getConversationProfileOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Required.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Required.
|
boolean |
hasConversationProfile()
Required.
|
boolean |
hasUpdateMask()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConversationProfile()
Required. The conversation profile to update.
.google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];
ConversationProfile getConversationProfile()
Required. The conversation profile to update.
.google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];
ConversationProfileOrBuilder getConversationProfileOrBuilder()
Required. The conversation profile to update.
.google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Required. The mask to control which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.FieldMask getUpdateMask()
Required. The mask to control which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The mask to control which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2023 Google LLC. All rights reserved.