public interface CreateConversationProfileRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversationProfile()
public abstract ConversationProfile getConversationProfile()Required. The conversation profile to create.
.google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ConversationProfile | The conversationProfile. |
getConversationProfileOrBuilder()
public abstract ConversationProfileOrBuilder getConversationProfileOrBuilder()Required. The conversation profile to create.
.google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ConversationProfileOrBuilder |
getParent()
public abstract String getParent() Required. The project to create a conversation profile for.
Format: projects/<Project ID>/locations/<Location ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The project to create a conversation profile for.
Format: projects/<Project ID>/locations/<Location ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasConversationProfile()
public abstract boolean hasConversationProfile()Required. The conversation profile to create.
.google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profile = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the conversationProfile field is set. |