All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dialogflow.v2.ConversationDatasetOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.59.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dialogflow/v2/conversation_dataset.proto

// Protobuf Java Version: 3.25.4
package com.google.cloud.dialogflow.v2;

public interface ConversationDatasetOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.ConversationDataset)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Output only. ConversationDataset resource name. Format:
   * `projects/<Project ID>/locations/<Location
   * ID>/conversationDatasets/<Conversation Dataset ID>`
   * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The name. */ java.lang.String getName(); /** * * *
   * Output only. ConversationDataset resource name. Format:
   * `projects/<Project ID>/locations/<Location
   * ID>/conversationDatasets/<Conversation Dataset ID>`
   * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * Required. The display name of the dataset. Maximum of 64 bytes.
   * 
* * string display_name = 2 [(.google.api.field_behavior) = REQUIRED]; * * @return The displayName. */ java.lang.String getDisplayName(); /** * * *
   * Required. The display name of the dataset. Maximum of 64 bytes.
   * 
* * string display_name = 2 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); /** * * *
   * Optional. The description of the dataset. Maximum of 10000 bytes.
   * 
* * string description = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return The description. */ java.lang.String getDescription(); /** * * *
   * Optional. The description of the dataset. Maximum of 10000 bytes.
   * 
* * string description = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** * * *
   * Output only. Creation time of this dataset.
   * 
* * .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** * * *
   * Output only. Creation time of this dataset.
   * 
* * .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** * * *
   * Output only. Creation time of this dataset.
   * 
* * .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** * * *
   * Output only. Input configurations set during conversation data import.
   * 
* * * .google.cloud.dialogflow.v2.InputConfig input_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the inputConfig field is set. */ boolean hasInputConfig(); /** * * *
   * Output only. Input configurations set during conversation data import.
   * 
* * * .google.cloud.dialogflow.v2.InputConfig input_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The inputConfig. */ com.google.cloud.dialogflow.v2.InputConfig getInputConfig(); /** * * *
   * Output only. Input configurations set during conversation data import.
   * 
* * * .google.cloud.dialogflow.v2.InputConfig input_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.dialogflow.v2.InputConfigOrBuilder getInputConfigOrBuilder(); /** * * *
   * Output only. Metadata set during conversation data import.
   * 
* * * .google.cloud.dialogflow.v2.ConversationInfo conversation_info = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the conversationInfo field is set. */ boolean hasConversationInfo(); /** * * *
   * Output only. Metadata set during conversation data import.
   * 
* * * .google.cloud.dialogflow.v2.ConversationInfo conversation_info = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The conversationInfo. */ com.google.cloud.dialogflow.v2.ConversationInfo getConversationInfo(); /** * * *
   * Output only. Metadata set during conversation data import.
   * 
* * * .google.cloud.dialogflow.v2.ConversationInfo conversation_info = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.dialogflow.v2.ConversationInfoOrBuilder getConversationInfoOrBuilder(); /** * * *
   * Output only. The number of conversations this conversation dataset
   * contains.
   * 
* * int64 conversation_count = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The conversationCount. */ long getConversationCount(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy