Interface ResponseMessage.LiveAgentHandoffOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Struct getMetadata()
      Custom metadata for your handoff procedure.
      com.google.protobuf.StructOrBuilder getMetadataOrBuilder()
      Custom metadata for your handoff procedure.
      boolean hasMetadata()
      Custom metadata for your handoff procedure.
      • 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 Detail

      • hasMetadata

        boolean hasMetadata()
         Custom metadata for your handoff procedure. Dialogflow doesn't impose
         any structure on this.
         
        .google.protobuf.Struct metadata = 1;
        Returns:
        Whether the metadata field is set.
      • getMetadata

        com.google.protobuf.Struct getMetadata()
         Custom metadata for your handoff procedure. Dialogflow doesn't impose
         any structure on this.
         
        .google.protobuf.Struct metadata = 1;
        Returns:
        The metadata.
      • getMetadataOrBuilder

        com.google.protobuf.StructOrBuilder getMetadataOrBuilder()
         Custom metadata for your handoff procedure. Dialogflow doesn't impose
         any structure on this.
         
        .google.protobuf.Struct metadata = 1;