/*
 * Copyright 2020 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/v2beta1/participant.proto

package com.google.cloud.dialogflow.v2beta1;

@java.lang.Deprecated
public interface SuggestionOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2beta1.Suggestion)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * <pre>
   * Output only. The name of this suggestion.
   * Format:
   * `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/conversations/&lt;Conversation
   * ID&gt;/participants/&#42;&#47;suggestions/&lt;Suggestion ID&gt;`.
   * </pre>
   *
   * <code>string name = 1;</code>
   *
   * @return The name.
   */
  java.lang.String getName();
  /**
   *
   *
   * <pre>
   * Output only. The name of this suggestion.
   * Format:
   * `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/conversations/&lt;Conversation
   * ID&gt;/participants/&#42;&#47;suggestions/&lt;Suggestion ID&gt;`.
   * </pre>
   *
   * <code>string name = 1;</code>
   *
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString getNameBytes();

  /**
   *
   *
   * <pre>
   * Output only. Articles ordered by score in descending order.
   * </pre>
   *
   * <code>repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;</code>
   */
  java.util.List<com.google.cloud.dialogflow.v2beta1.Suggestion.Article> getArticlesList();
  /**
   *
   *
   * <pre>
   * Output only. Articles ordered by score in descending order.
   * </pre>
   *
   * <code>repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;</code>
   */
  com.google.cloud.dialogflow.v2beta1.Suggestion.Article getArticles(int index);
  /**
   *
   *
   * <pre>
   * Output only. Articles ordered by score in descending order.
   * </pre>
   *
   * <code>repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;</code>
   */
  int getArticlesCount();
  /**
   *
   *
   * <pre>
   * Output only. Articles ordered by score in descending order.
   * </pre>
   *
   * <code>repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;</code>
   */
  java.util.List<? extends com.google.cloud.dialogflow.v2beta1.Suggestion.ArticleOrBuilder>
      getArticlesOrBuilderList();
  /**
   *
   *
   * <pre>
   * Output only. Articles ordered by score in descending order.
   * </pre>
   *
   * <code>repeated .google.cloud.dialogflow.v2beta1.Suggestion.Article articles = 2;</code>
   */
  com.google.cloud.dialogflow.v2beta1.Suggestion.ArticleOrBuilder getArticlesOrBuilder(int index);

  /**
   *
   *
   * <pre>
   * Output only. Answers extracted from FAQ documents.
   * </pre>
   *
   * <code>repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;</code>
   */
  java.util.List<com.google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer> getFaqAnswersList();
  /**
   *
   *
   * <pre>
   * Output only. Answers extracted from FAQ documents.
   * </pre>
   *
   * <code>repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;</code>
   */
  com.google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer getFaqAnswers(int index);
  /**
   *
   *
   * <pre>
   * Output only. Answers extracted from FAQ documents.
   * </pre>
   *
   * <code>repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;</code>
   */
  int getFaqAnswersCount();
  /**
   *
   *
   * <pre>
   * Output only. Answers extracted from FAQ documents.
   * </pre>
   *
   * <code>repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;</code>
   */
  java.util.List<? extends com.google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswerOrBuilder>
      getFaqAnswersOrBuilderList();
  /**
   *
   *
   * <pre>
   * Output only. Answers extracted from FAQ documents.
   * </pre>
   *
   * <code>repeated .google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswer faq_answers = 4;</code>
   */
  com.google.cloud.dialogflow.v2beta1.Suggestion.FaqAnswerOrBuilder getFaqAnswersOrBuilder(
      int index);

  /**
   *
   *
   * <pre>
   * Output only. The time the suggestion was created.
   * </pre>
   *
   * <code>.google.protobuf.Timestamp create_time = 5;</code>
   *
   * @return Whether the createTime field is set.
   */
  boolean hasCreateTime();
  /**
   *
   *
   * <pre>
   * Output only. The time the suggestion was created.
   * </pre>
   *
   * <code>.google.protobuf.Timestamp create_time = 5;</code>
   *
   * @return The createTime.
   */
  com.google.protobuf.Timestamp getCreateTime();
  /**
   *
   *
   * <pre>
   * Output only. The time the suggestion was created.
   * </pre>
   *
   * <code>.google.protobuf.Timestamp create_time = 5;</code>
   */
  com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();

  /**
   *
   *
   * <pre>
   * Output only. Latest message used as context to compile this suggestion.
   * Format: `projects/&lt;Project ID&gt;/locations/&lt;Location
   * ID&gt;/conversations/&lt;Conversation ID&gt;/messages/&lt;Message ID&gt;`.
   * </pre>
   *
   * <code>string latest_message = 7;</code>
   *
   * @return The latestMessage.
   */
  java.lang.String getLatestMessage();
  /**
   *
   *
   * <pre>
   * Output only. Latest message used as context to compile this suggestion.
   * Format: `projects/&lt;Project ID&gt;/locations/&lt;Location
   * ID&gt;/conversations/&lt;Conversation ID&gt;/messages/&lt;Message ID&gt;`.
   * </pre>
   *
   * <code>string latest_message = 7;</code>
   *
   * @return The bytes for latestMessage.
   */
  com.google.protobuf.ByteString getLatestMessageBytes();
}
