data

public final AudioContent.Builder data(String data)

The audio content.


public final AudioContent.Builder data(JsonField<String> data)

Sets Builder.data to an arbitrary JSON value.

You should usually call Builder.data with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.