Interface KendraSettings.Builder

    • Method Detail

      • status

        KendraSettings.Builder status​(String status)

        Describes whether the document querying feature is enabled or disabled in the Canvas application.

        Parameters:
        status - Describes whether the document querying feature is enabled or disabled in the Canvas application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FeatureStatus, FeatureStatus
      • status

        KendraSettings.Builder status​(FeatureStatus status)

        Describes whether the document querying feature is enabled or disabled in the Canvas application.

        Parameters:
        status - Describes whether the document querying feature is enabled or disabled in the Canvas application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FeatureStatus, FeatureStatus