Class INIntent

    • Constructor Detail

      • INIntent

        public INIntent()
      • INIntent

        public INIntent​(NSCoder decoder)
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier()
      • getIntentDescription

        public java.lang.String getIntentDescription()
        Since:
        Available in iOS 11.0 and later.
      • getSuggestedInvocationPhrase

        public java.lang.String getSuggestedInvocationPhrase()
        Since:
        Available in iOS 12.0 and later.
      • setSuggestedInvocationPhrase

        public void setSuggestedInvocationPhrase​(java.lang.String v)
        Since:
        Available in iOS 12.0 and later.
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • setImage

        public void setImage​(INImage image,
                             java.lang.String parameterName)
        Since:
        Available in iOS 12.0 and later.
      • imageForParameterNamed

        public INImage imageForParameterNamed​(java.lang.String parameterName)
        Since:
        Available in iOS 12.0 and later.
      • keyImage

        public INImage keyImage()
      • init

        protected long init​(NSCoder decoder)