public interface MediaAdvertisement extends Advertisement
Advertisement
that exposes the web links to the media associated with it.Modifier and Type | Method and Description |
---|---|
java.lang.String |
busyCueWebUrl()
Url to the sound file that is to play when processing operations.
|
boolean |
hasMoreInfoAction()
True if there are more info sequence related to the ad.
|
java.lang.String |
imageWebUrl()
Url to the image that is to be displayed for the ad.
|
java.lang.String |
introductoryCueWebUrl()
Url to the sound file that is to be played at the start of the ad.
|
java.lang.String |
listeningEndCueWebUrl()
Url to the sound file to be played as the microphone turns off.
|
java.lang.String |
listeningStartCueWebUrl()
Url to the sound file that is to be played just before the microphone turns on.
|
java.lang.String |
moreInfoWebUrl()
The "more info" or "tell me more" trailing audio url linked to the ad.
|
java.lang.String |
promptWebUrl()
Audio url to the prompt audio that plays at the beginning of each ad.
|
java.lang.String |
recognitionFailureCueWebUrl()
Url to the sound file to be played if the recognizer failed to recognize the voice command.
|
java.lang.String |
recognitionSuccessCueWebUrl()
Url to the sound file to be played if the recognizer succeeded in recognizing the voice command.
|
java.lang.String |
targetUrl()
Url to the website that the ad goes to.
|
accountName, adId, adTitle, adType, campaignName
boolean hasMoreInfoAction()
java.lang.String moreInfoWebUrl()
hasMoreInfoAction()
is false.java.lang.String targetUrl()
java.lang.String busyCueWebUrl()
java.lang.String introductoryCueWebUrl()
java.lang.String listeningStartCueWebUrl()
java.lang.String listeningEndCueWebUrl()
java.lang.String recognitionFailureCueWebUrl()
java.lang.String recognitionSuccessCueWebUrl()
java.lang.String imageWebUrl()
java.lang.String promptWebUrl()