Interface ConversationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Conversation, Conversation.Builder

public interface ConversationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    com.google.protobuf.ByteString
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getLocalServicesLead

      String getLocalServicesLead()
       Required. The resource name of the local services lead that the
       conversation should be applied to.
       
      string local_services_lead = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The localServicesLead.
    • getLocalServicesLeadBytes

      com.google.protobuf.ByteString getLocalServicesLeadBytes()
       Required. The resource name of the local services lead that the
       conversation should be applied to.
       
      string local_services_lead = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for localServicesLead.
    • getText

      String getText()
       Required. Text message that user wanted to append to lead.
       
      string text = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
       Required. Text message that user wanted to append to lead.
       
      string text = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for text.