Interface GenerateStatelessSummaryRequest.MinimalConversationOrBuilder

    • Method Detail

      • getMessagesList

        List<Message> getMessagesList()
         Required. The messages that the Summary will be generated from. It is
         expected that this message content is already redacted and does not
         contain any PII. Required fields: {content, language_code, participant,
         participant_role} Optional fields: {send_time} If send_time is not
         provided, then the messages must be provided in chronological order.
         
        repeated .google.cloud.dialogflow.v2.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
      • getMessages

        Message getMessages​(int index)
         Required. The messages that the Summary will be generated from. It is
         expected that this message content is already redacted and does not
         contain any PII. Required fields: {content, language_code, participant,
         participant_role} Optional fields: {send_time} If send_time is not
         provided, then the messages must be provided in chronological order.
         
        repeated .google.cloud.dialogflow.v2.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
      • getMessagesCount

        int getMessagesCount()
         Required. The messages that the Summary will be generated from. It is
         expected that this message content is already redacted and does not
         contain any PII. Required fields: {content, language_code, participant,
         participant_role} Optional fields: {send_time} If send_time is not
         provided, then the messages must be provided in chronological order.
         
        repeated .google.cloud.dialogflow.v2.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
      • getMessagesOrBuilderList

        List<? extends MessageOrBuilder> getMessagesOrBuilderList()
         Required. The messages that the Summary will be generated from. It is
         expected that this message content is already redacted and does not
         contain any PII. Required fields: {content, language_code, participant,
         participant_role} Optional fields: {send_time} If send_time is not
         provided, then the messages must be provided in chronological order.
         
        repeated .google.cloud.dialogflow.v2.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
      • getMessagesOrBuilder

        MessageOrBuilder getMessagesOrBuilder​(int index)
         Required. The messages that the Summary will be generated from. It is
         expected that this message content is already redacted and does not
         contain any PII. Required fields: {content, language_code, participant,
         participant_role} Optional fields: {send_time} If send_time is not
         provided, then the messages must be provided in chronological order.
         
        repeated .google.cloud.dialogflow.v2.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
      • getParent

        String getParent()
         Required. The parent resource to charge for the Summary's generation.
         Format: `projects/<Project ID>/locations/<Location ID>`.
         
        string parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The parent resource to charge for the Summary's generation.
         Format: `projects/<Project ID>/locations/<Location ID>`.
         
        string parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.