Class FindConversationRequest


  • public final class FindConversationRequest
    extends java.lang.Object
    • Method Detail

      • getConversationId

        public java.lang.String getConversationId()
        Returns:
        The id of the conversation to target
      • getDisplayAs

        public java.util.Optional<java.lang.String> getDisplayAs()
        Returns:
        Set to plaintext to retrieve conversation messages in plain text.
      • getIncludeTranslations

        public java.util.Optional<java.lang.Boolean> getIncludeTranslations()
        Returns:
        If set to true, conversation parts will be translated to the detected language of the conversation.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object