Gemini for Google Home Gets Continued Conversation Feature

Beginning today, Continued Conversation has arrived in early access on Gemini for Google Home.

The beauty of this is, you don’t need to follow up with “Hey Google” every time you need to ask or say something. It’s much more contextual. For example, if Gemini provides you with a recipe, once it details ingredients, you can immediately say, “Add those items to my grocery list.”

var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];

googletag.cmd.push(function() {
var mapping = googletag.sizeMapping().
addSize([0, 0], [[250, 250], [300, 100], [300, 250]]).
build();
googletag.defineSlot( ‘/1043061/DL_INJECT1’, [[250,250],[300,100],[300,250],[300,600]], ‘gpt-ad-2464874192060-0’ )
.addService(googletag.pubads()).defineSizeMapping(mapping);
window.advadsGamEmptySlotsTimers = window.advadsGamEmptySlotsTimers || {};
const timers = window.advadsGamEmptySlotsTimers;

timers[‘gpt-ad-2464874192060-0’] = setTimeout( function () {
const id = ‘gpt-ad-2464874192060-0’;
document.dispatchEvent( new CustomEvent( ‘aagam_empty_slot’, {detail: id} ) );
delete ( timers[id] );
}, 1000 );

if ( typeof window.advadsGamHasEmptySlotListener === ‘undefined’ ) {
googletag.pubads().addEventListener( ‘slotRequested’, function ( ev ) {
const id = ev.slot.getSlotElementId();
if ( typeof timers[id] === ‘undefined’ ) {
return;
}
clearTimeout( timers[id] );
timers[id] = setTimeout( function () {
document.dispatchEvent( new CustomEvent( ‘aagam_empty_slot’, {detail: id} ) );
delete ( timers[id] );
}, 2500 );
} );
googletag.pubads().addEventListener( ‘slotResponseReceived’, function ( ev ) {
const id = ev.slot.getSlotElementId();
if ( typeof timers[id] !== ‘undefined’ ) {
clearTimeout( timers[id] );
delete ( timers[id] );
}
if ( ! ev.slot.getResponseInformation() ) {
document.dispatchEvent( new CustomEvent( ‘aagam_empty_slot’, {detail: id} ) );
}
} );
window.advadsGamHasEmptySlotListener = true;
}

googletag.enableServices();
googletag.display( ‘gpt-ad-2464874192060-0’ );
} );

Google is also making it available for all supported languages and regions, which is a massive upgrade over its English-only predecessor.

Smarter “side-talk” detection is also onboard. Sometimes, Gemini/Assistant would mistake side talk as a question. It could be very annoying, but Google says that Gemini can now, “better tell the difference between a follow-up question and a side conversation with someone else in the room.”

Users registered for early access will be able to try this first. If you aren’t signed up, do so.

var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];

googletag.cmd.push(function() {
var mapping = googletag.sizeMapping().
addSize([0, 0], [[250, 250], [300, 100], [300, 250]]).
build();
googletag.defineSlot( ‘/1043061/DL_INJECT1’, [[250,250],[300,100],[300,250],[300,600]], ‘gpt-ad-9997818501485-0’ )
.addService(googletag.pubads()).defineSizeMapping(mapping);
window.advadsGamEmptySlotsTimers = window.advadsGamEmptySlotsTimers || {};
const timers = window.advadsGamEmptySlotsTimers;

timers[‘gpt-ad-9997818501485-0’] = setTimeout( function () {
const id = ‘gpt-ad-9997818501485-0’;
document.dispatchEvent( new CustomEvent( ‘aagam_empty_slot’, {detail: id} ) );
delete ( timers[id] );
}, 1000 );

if ( typeof window.advadsGamHasEmptySlotListener === ‘undefined’ ) {
googletag.pubads().addEventListener( ‘slotRequested’, function ( ev ) {
const id = ev.slot.getSlotElementId();
if ( typeof timers[id] === ‘undefined’ ) {
return;
}
clearTimeout( timers[id] );
timers[id] = setTimeout( function () {
document.dispatchEvent( new CustomEvent( ‘aagam_empty_slot’, {detail: id} ) );
delete ( timers[id] );
}, 2500 );
} );
googletag.pubads().addEventListener( ‘slotResponseReceived’, function ( ev ) {
const id = ev.slot.getSlotElementId();
if ( typeof timers[id] !== ‘undefined’ ) {
clearTimeout( timers[id] );
delete ( timers[id] );
}
if ( ! ev.slot.getResponseInformation() ) {
document.dispatchEvent( new CustomEvent( ‘aagam_empty_slot’, {detail: id} ) );
}
} );
window.advadsGamHasEmptySlotListener = true;
}

googletag.enableServices();
googletag.display( ‘gpt-ad-9997818501485-0’ );
} );

// Google

Read the original post: Gemini for Google Home Gets Continued Conversation Feature

https://www.droid-life.com/2026/04/21/gemini-for-google-home-gets-continued-conversation-feature/?rand=7

android-tech

Passionate about the intersection of technology and society. I break down complex tech news into understandable insights. Focus on AI, cybersecurity, and the future of the web. #TechNews #AI #Innovation

Leave a Reply

Your email address will not be published. Required fields are marked *