Interface CreateConversationProfileRequestOrBuilder (4.38.0)

public interface CreateConversationProfileRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversationProfile()

public abstract ConversationProfile getConversationProfile()

Required. The conversation profile to create.

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

Returns
TypeDescription
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];

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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];

Returns
TypeDescription
boolean

Whether the conversationProfile field is set.