Class ParsedMessage.AudioPart

java.lang.Object
org.mockserver.llm.ParsedMessage.AudioPart
Enclosing class:
ParsedMessage

public static final class ParsedMessage.AudioPart extends Object
A multimodal audio content part recognised in a decoded request message.

Request-side only: the codecs parse the presence (and the declared format, e.g. wav / mp3) of an audio clip so conversation matchers can assert "this message contains audio". MockServer does not store the audio bytes.

  • Constructor Details

    • AudioPart

      public AudioPart(String format)
  • Method Details

    • getFormat

      public String getFormat()
      The audio format (e.g. wav, mp3), or null if not declared by the provider shape.