Package 

Object Inquiry.Companion

    • Constructor Detail

    • Method Detail

      • fromTemplate

         final InquiryTemplateBuilder fromTemplate(String templateId)

        Create an Inquiry flow builder based on a template ID.

        You can find your template ID on the Persona Dashboard under "Development. https://withpersona.com/dashboard/integration

        Parameters:
        templateId - template ID from your Persona Dashboard
      • fromTemplateVersion

         final InquiryTemplateBuilder fromTemplateVersion(String templateVersion)

        Create an Inquiry flow builder based on a template ID version.

        You can find your template ID on the Persona Dashboard under "Development. https://withpersona.com/dashboard/integration

        Parameters:
        templateVersion - template version from your Persona Dashboard
      • fromInquiry

         final InquiryBuilder fromInquiry(String inquiryId)

        Create an Inquiry flow builder based on an inquiry ID.

        You will need to generate the inquiry ID on the server. To try it out, you can create an inquiry from the Persona Dashboard under "Inquiries". Click on the "Create Inquiry" button and copy the inquiry ID from the URL. https://withpersona.com/dashboard/inquiries

        Parameters:
        inquiryId - inquiry ID from your server