public interface CreateConversationModelRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversationModel()
public abstract ConversationModel getConversationModel()Required. The conversation model to create.
.google.cloud.dialogflow.v2.ConversationModel conversation_model = 2 [(.google.api.field_behavior) = REQUIRED];
| 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];
| Type | Description |
| ConversationModelOrBuilder |
getParent()
public abstract String getParent() The project to create conversation model for. Format:
projects/<Project ID>
string parent = 1;
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() The project to create conversation model for. Format:
projects/<Project ID>
string parent = 1;
| 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];
| Type | Description |
| boolean | Whether the conversationModel field is set. |